From 41166e38a23af95df2ebd2fe7fd0213119b73808 Mon Sep 17 00:00:00 2001 From: David Baucum Date: Mon, 18 Aug 2014 15:09:08 -0400 Subject: [PATCH] Fixed grammar error. --- bundles/block/create_your_own_blocks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/block/create_your_own_blocks.rst b/bundles/block/create_your_own_blocks.rst index 5d97ae3c..d4346b5e 100644 --- a/bundles/block/create_your_own_blocks.rst +++ b/bundles/block/create_your_own_blocks.rst @@ -24,7 +24,7 @@ a template. So instead you decide to create your own block, the ``RssBlock``. Create a block document ----------------------- -The first thing you need is an document that contains the options and indicates +The first thing you need is a document that contains the options and indicates the location where the RSS feed should be shown. The easiest way is to extend ``Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\AbstractBlock``, but you are free to do create your own document. At least, you have to implement