From 04fc5a0305099cc32f5dac5eca45e22e0513dda9 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Wed, 4 Oct 2017 23:13:00 -0400 Subject: [PATCH] intro tutorial: setup -> set up "setup" is a noun, while "set up" is a verb. I've updated the usage here. --- docs/tutorial-plain.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial-plain.rst b/docs/tutorial-plain.rst index 6aa4294..592f244 100644 --- a/docs/tutorial-plain.rst +++ b/docs/tutorial-plain.rst @@ -8,14 +8,14 @@ Our primary focus here is to give a good understanding of how to connect models A good idea is to check the `graphene `__ documentation first. -Setup the Django project ------------------------- +Set up the Django project +------------------------- You can find the entire project in ``examples/cookbook-plain``. ---- -We will setup the project, create the following: +We will set up the project, create the following: - A Django project called ``cookbook`` - An app within ``cookbook`` called ``ingredients``