typo fixed

This commit is contained in:
Sergei 2016-12-28 23:06:39 +07:00 committed by GitHub
parent b72b9d3ba5
commit b0ccda058e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ In this step, you create a Django started project by building the image from the
docker-compose run web django-admin.py startproject composeexample .
This instructs Compose to run `django-admin.py startproject composeeexample`
This instructs Compose to run `django-admin.py startproject composeexample`
in a container, using the `web` service's image and configuration. Because
the `web` image doesn't exist yet, Compose builds it from the current
directory, as specified by the `build: .` line in `docker-compose.yml`.