Skip to content

Commit

Permalink
✏ Fix typo in docs/tutorial/options/name.md (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner committed Feb 28, 2024
1 parent fe72973 commit 11066fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/options/name.md
Expand Up @@ -183,7 +183,7 @@ tar: You must specify one of the blah, blah, error, error

In **Typer** you can also define *CLI option* short names the same way you can customize the long names.

YOu can pass *positional* arguments to `typer.Option()` to define the *CLI option* name(s).
You can pass *positional* arguments to `typer.Option()` to define the *CLI option* name(s).

!!! tip
Remember the *positional* function arguments are those that don't have a keyword.
Expand Down

0 comments on commit 11066fa

Please sign in to comment.