Skip to content

Commit 77b7fb0

Browse files
committed
minor #7859 Update options_resolver.rst (ZCJ)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7859). Discussion ---------- Update options_resolver.rst clarify the comment Commits ------- 8961f73 Update options_resolver.rst
2 parents 5982698 + 8961f73 commit 77b7fb0

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)