diff --git a/components/options_resolver.rst b/components/options_resolver.rst index d0523ba7927..c3c9a315039 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -90,7 +90,7 @@ the ``Mailer`` class makes a mistake? .. code-block:: php $mailer = new Mailer(array( - 'usernme' => 'johndoe', // usernAme misspelled + 'usernme' => 'johndoe', // usernme misspelled (instead of username) )); No error will be shown. In the best case, the bug will appear during testing,