Skip to content

Commit 0e9e19a

Browse files
committed
minor #12427 Update options_resolver.rst (atailouloute)
This PR was merged into the 3.4 branch. Discussion ---------- Update options_resolver.rst The actual exception message contains "defined" not "known" as mentioned in the doc Commits ------- a6b9dc8 Update options_resolver.rst
2 parents a992448 + a6b9dc8 commit 0e9e19a

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)