added hypen (#15273)

This commit is contained in:
Arslan Noor 2022-10-13 02:25:30 +05:00 committed by GitHub
parent 888941b295
commit ada4c6888c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ In this section, you set up the database connection for Django.
```
* Or, for a more elegant shutdown, switch to a different shell, and run
[docker compose down](../engine/reference/commandline/compose_down.md) from the top level of your
[docker-compose down](../engine/reference/commandline/compose_down.md) from the top level of your
Django sample project directory.
```console