docs: management-commands.md: Fix grammar problems found by LanguageTool.

This commit is contained in:
rht
2022-01-22 09:36:33 -05:00
committed by Tim Abbott
parent 507851c25a
commit 74780d24d5

View File

@@ -16,7 +16,7 @@ cd /home/zulip/deployments/current
# Start by reading the help
./manage.py <command_name> --help
# Once you've determine this is the command for you, run it!
# Once you've determined this is the command for you, run it!
./manage.py <command_name> <args>
```