📝 fix typo in docs

This commit is contained in:
Tadas Gedgaudas 2023-05-04 08:58:43 +03:00
parent f83c66d539
commit 7b334dcd69

View file

@ -93,7 +93,7 @@ It's still not very useful, but it works correctly.
And being able to declare a **required** *CLI argument* using
```Python
name: Annoated[str, typer.Argument()]
name: Annotated[str, typer.Argument()]
```
...that works exactly the same as