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

Commit 952b224

Browse files
author
Ben Glassman
committed
Update language
1 parent 2538ee5 commit 952b224

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

bundles/seo/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ The Twig Extension
144144
The twig extension was added in SeoBundle 1.2.
145145

146146
This bundle provides a twig function ``cmf_seo_update_metadata``
147-
which lets you set the object which should be used to populate
148-
the seo page. For details on using the twig extension, read :doc:`twig`.
147+
which lets you populate the seo page from an object.
148+
For details on using the twig extension, read :doc:`twig`.
149149

150150
Extracting Metadata
151151
~~~~~~~~~~~~~~~~~~~

bundles/seo/twig.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ Setting Seo Metadata from Twig
55
The twig extension was added in SeoBundle 1.2.
66

77
This bundle provides a twig function ``cmf_seo_update_metadata``
8-
which lets you set the object which should be used to populate
9-
the seo page. For details on how populating the SEO page works,
10-
read :doc:`introduction`.
8+
which lets you populate the seo page from an object.
9+
For details on how populating the SEO page works, read :doc:`introduction`.
1110

1211
You must call this function in your twig template before the calls to
1312
``sonata_seo_title`` and ``sonata_seo_metadatas`` functions. The

0 commit comments

Comments
 (0)