@@ -22,8 +22,8 @@ Notes on Previous Versions
2222
2323..versionadded ::2.6
2424 This documentation was written for Symfony 2.6 and later. If you use an older
25- version, please read thecorresponding documentation using the version
26- drop-down on the upper right. For a list of changes, see the `CHANGELOG `_.
25+ version, please` read theSymfony 2.5 documentation `_. For a list of changes,
26+ see the `CHANGELOG `_.
2727
2828Usage
2929-----
@@ -72,7 +72,7 @@ check which options are set::
7272 }
7373
7474This boilerplate is hard to read and repetitive. Also, the default values of the
75- options are buried in the business logic of your code.You could use the
75+ options are buried in the business logic of your code.Use the
7676:phpfunction: `array_replace ` to fix that::
7777
7878 class Mailer
@@ -734,3 +734,4 @@ options in your code.
734734.. _Packagist :https://packagist.org/packages/symfony/options-resolver
735735.. _Form component :http://symfony.com/doc/current/components/form/introduction.html
736736.. _CHANGELOG :https://github.com/symfony/symfony/blob/master/src/Symfony/Component/OptionsResolver/CHANGELOG.md
737+ .. _`read the Symfony 2.5 documentation` :http://symfony.com/doc/2.5/components/options_resolver.html