Skip to content

Commit 5a34577

Browse files
committed
minor #5276 Better illustrate what the "user mistake" is. (diamondsea)
This PR was merged into the 2.6 branch. Discussion ---------- Better illustrate what the "user mistake" is. Commits ------- 6094deb Changed comment from # to // 9fc609d Better illustrate what the "user mistake" is.
2 parents b33c900 + 6094deb commit 5a34577

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
@@ -96,7 +96,7 @@ the ``Mailer`` class makes a mistake?
9696
.. code-block:: php
9797
9898
$mailer = new Mailer(array(
99-
'usernme' => 'johndoe',
99+
'usernme' => 'johndoe', // usernAme misspelled
100100
));
101101
102102
No error will be shown. In the best case, the bug will appear during testing,

0 commit comments

Comments
 (0)