We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a652b commit 2be9c4cCopy full SHA for 2be9c4c
1 file changed
docs/click-concepts.md
@@ -29,7 +29,7 @@ value has been fully converted.
29
30
Generally, the order of invocation is driven by the order in which the user
31
provides the arguments to the script; if there is an option called `--foo`
32
-and an option called `--bar` and the user calls it as `--bar --foo`, then
+and an option called `--bar` and the user calls it as `--bar --foo`, then
33
the callback for `bar` will fire before the one for `foo`.
34
35
There are three exceptions to this rule which are important to know:
0 commit comments