We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a638954 commit 6af5c59Copy full SHA for 6af5c59
1 file changed
docs/tutorial/splitting-apps.md
@@ -57,7 +57,7 @@ We'll see how to implement the user module in the next section.
57
58
{* docs_src/splitting_apps/main.py hl[8,9] *}
59
60
-In this module, we import the `version` and `users` modules and add them to the main app using `add_typer`.
+In this module, we import the `version` and `users` modules and add them to the main app using `add_typer`.
61
62
For the `users` module, we specify the name as `users` to group the commands under the `users` sub-command.
63
0 commit comments