Skip to content

Commit 2be9c4c

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent b9a652b commit 2be9c4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/click-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ value has been fully converted.
2929

3030
Generally, the order of invocation is driven by the order in which the user
3131
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
32+
and an option called `--bar` and the user calls it as `--bar --foo`, then
3333
the callback for `bar` will fire before the one for `foo`.
3434

3535
There are three exceptions to this rule which are important to know:

0 commit comments

Comments
 (0)