Skip to content

Commit

Permalink
Small grammar correction in quickstart. (#6121)
Browse files Browse the repository at this point in the history
Just felt the sentence could use some improving.
  • Loading branch information
craigdanj authored and tomchristie committed Aug 13, 2018
1 parent 81fa4b4 commit 90ed2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/quickstart.md
Expand Up @@ -56,7 +56,7 @@ We'll also create an initial user named `admin` with a password of `password123`

python manage.py createsuperuser --email admin@example.com --username admin

Once you've set up a database and initial user created and ready to go, open up the app's directory and we'll get coding...
Once you've set up a database and the initial user is created and ready to go, open up the app's directory and we'll get coding...

## Serializers

Expand Down

0 comments on commit 90ed2c1

Please sign in to comment.