From 90ed2c1ef7c652ce0a98075c422d25a632d62507 Mon Sep 17 00:00:00 2001 From: Craig Johnson Date: Mon, 13 Aug 2018 15:02:17 +0530 Subject: [PATCH] Small grammar correction in quickstart. (#6121) Just felt the sentence could use some improving. --- docs/tutorial/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 466baeebcf..13152edae5 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -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