Skip to content

Commit 9fc609d

Browse files
author
Brian Gallagher
committed
Better illustrate what the "user mistake" is.
1 parent ce9ba27 commit 9fc609d

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)