Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Fixed grammar error. #547

Merged
merged 1 commit into from
Aug 18, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundles/block/create_your_own_blocks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down