📝 Fix typo in docs at docs/tutorial/commands/help.md (#466)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Fernando Pérez-García 2022-11-05 14:33:39 +00:00 committed by GitHub
parent 84579a11a2
commit 7345567538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,7 +251,7 @@ $ python main.py delete --help
</div>
### Rich Markown
### Rich Markdown
If you set `rich_markup_mode="markdown"` when creating the `typer.Typer()` app, you will be able to use Markdown in the docstring: