Skip to content

Commit a6b9dc8

Browse files
authored
Update options_resolver.rst
1 parent a992448 commit a6b9dc8

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
@@ -127,7 +127,7 @@ is thrown if an unknown option is passed::
127127
]);
128128

129129
// UndefinedOptionsException: The option "usernme" does not exist.
130-
// Known options are: "host", "password", "port", "username"
130+
// Defined options are: "host", "password", "port", "username"
131131

132132
The rest of your code can access the values of the options without boilerplate
133133
code::

0 commit comments

Comments
 (0)