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
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ cd /home/zulip/deployments/current
# Start by reading the help # Start by reading the help
./manage.py <command_name> --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> ./manage.py <command_name> <args>
``` ```