✏ Fix typos and rewording in docs (#97)

This commit is contained in:
Evan E. Baird 2020-06-22 10:56:53 -06:00 committed by GitHub
parent 45fb7c4739
commit a3316193be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,6 +203,6 @@ You should document your *CLI arguments* the same way.
## Other uses
`typer.Argument()` has several other users. For data validation, to enable other features, etc.
`typer.Argument()` has several other use-cases; for data validation, to enable
But you will see about that later in the docs.
other features, etc. You will learn about these later in the docs.