diff --git a/bundles/seo/configuration.rst b/bundles/seo/configuration.rst
index fe2da9c7..ae1e3ef6 100644
--- a/bundles/seo/configuration.rst
+++ b/bundles/seo/configuration.rst
@@ -20,11 +20,10 @@ phpcr
# app/config/config.yml
cmf_seo:
- dynamic:
- persistence:
- phpcr:
- enabled: false
- manager_name: ~
+ persistence:
+ phpcr:
+ enabled: false
+ manager_name: ~
.. code-block:: xml
@@ -32,26 +31,22 @@ phpcr
-
-
-
-
-
+
+
+
.. code-block:: php
$container->loadFromExtension('cmf_seo', array(
- 'dynamic' => array(
- 'persistence' => array(
- 'phpcr' => array(
- 'enabled' => false,
- 'manager_name' => null,
- ),
+ 'persistence' => array(
+ 'phpcr' => array(
+ 'enabled' => false,
+ 'manager_name' => null,
),
),
));
@@ -72,7 +67,7 @@ translation_domain
**type**: ``string`` **default**: ``messages``
The translation domain to use when translating the title and description
-template. See :ref:`bundles-seo-title-description-emplate` for more
+template. See :ref:`bundles-seo-title-description-template` for more
information.
@@ -81,7 +76,7 @@ title
**type**: ``string`` **default**: ``null``
-The title template, read :ref:`here `
+The title template, read :ref:`here `
about the usage.
description
@@ -89,7 +84,7 @@ description
**type**: ``string`` **default**: ``null``
-The description template, read :ref:`here `
+The description template, read :ref:`here `
about the usage.
original_route_pattern
diff --git a/bundles/seo/extractors.rst b/bundles/seo/extractors.rst
index f6ba2155..770d60fa 100644
--- a/bundles/seo/extractors.rst
+++ b/bundles/seo/extractors.rst
@@ -33,7 +33,7 @@ Available Extractors
.. note::
- The interfaces life in the ``Symfony\Cmf\Bundle\SeoBundle\Extractor``
+ The interfaces live in the ``Symfony\Cmf\Bundle\SeoBundle\Extractor``
namespace.
An Example
diff --git a/bundles/seo/introduction.rst b/bundles/seo/introduction.rst
index ae61706e..9de7c456 100644
--- a/bundles/seo/introduction.rst
+++ b/bundles/seo/introduction.rst
@@ -81,7 +81,7 @@ The only thing to do now is to use the twig helper in your templates: