diff --git a/components/translation/usage.rst b/components/translation/usage.rst index 1cf35f5f781..16899a1d25c 100644 --- a/components/translation/usage.rst +++ b/components/translation/usage.rst @@ -217,7 +217,7 @@ recommended format. These files are parsed by one of the loader classes. 'symfony.is.great' => 'Symfony is great', 'symfony.is.amazing' => 'Symfony is amazing', 'symfony.has.bundles' => 'Symfony has bundles', - 'user.login' => 'Login', + 'user.login' => 'Login', ); .. _component-translation-pluralization: diff --git a/components/yaml/yaml_format.rst b/components/yaml/yaml_format.rst index c8a6f4a0813..d7ddf6ebe3d 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -228,14 +228,14 @@ The following YAML is equivalent to the following PHP code: .. code-block:: php array( - 'symfony 1.0' => array( - 'PHP' => 5.0, - 'Propel' => 1.2, - ), - 'symfony 1.2' => array( - 'PHP' => 5.2, - 'Propel' => 1.3, - ), + 'symfony 1.0' => array( + 'PHP' => 5.0, + 'Propel' => 1.2, + ), + 'symfony 1.2' => array( + 'PHP' => 5.2, + 'Propel' => 1.3, + ), ); There is one important thing you need to remember when using indentation in a