fixing typo in widget page

This commit is contained in:
Julien Fastré 2016-10-07 00:31:39 +02:00
parent fe8ade2ca8
commit 813f9e389f

View File

@ -18,10 +18,9 @@ Widgets are useful if you want to publish content on a page provided by another
Examples :
- you want to publish a list of people on the homepage ;
- you may want to show task in the top bar, only if the bundle "task" is installed (**Note**: this bundle does not exists... yet !)
- you may want to show the group belonging (see :ref:`group-bundle`) below of the vertical menu, only if the bundle is installed.
The administrator of the chill instance may configure the presence of widget. Although, some widget are defined by default (see `prepending the configuration of the bundle which define the place <http://symfony.com/doc/current/bundles/prepend_extension.html>`_).
The administrator of the chill instance may configure the presence of widget. Although, some widget are defined by default (see :ref:`declaring-widget-by-default`).
Concepts
========