diff --git a/docs/_includes/pyproject.md b/docs/_includes/pyproject.md index f82cdee3..f6831edc 100644 --- a/docs/_includes/pyproject.md +++ b/docs/_includes/pyproject.md @@ -76,7 +76,7 @@ to add a `script` entry point. The form is: ```toml [project.scripts] -cliapp = "packakge.__main__:main" +cliapp = "package.__main__:main" ``` The format is command line app name as the key, and the value is the path to the