Skip to content

Commit 8961f73

Browse files
ZCJxabbuh
authored andcommitted
Update options_resolver.rst
1 parent 5982698 commit 8961f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/options_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ the ``Mailer`` class makes a mistake?
9898
.. code-block:: php
9999
100100
$mailer = new Mailer(array(
101-
'usernme' => 'johndoe', // usernAme misspelled
101+
'usernme' => 'johndoe', // usernme misspelled (instead of username)
102102
));
103103
104104
No error will be shown. In the best case, the bug will appear during testing,

0 commit comments

Comments
 (0)