Skip to content

Commit 04fc5a0

Browse files
authored
intro tutorial: setup -> set up
"setup" is a noun, while "set up" is a verb. I've updated the usage here.
1 parent f35e445 commit 04fc5a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial-plain.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Our primary focus here is to give a good understanding of how to connect models
88

99
A good idea is to check the `graphene <http://docs.graphene-python.org/en/latest/>`__ documentation first.
1010

11-
Setup the Django project
12-
------------------------
11+
Set up the Django project
12+
-------------------------
1313

1414
You can find the entire project in ``examples/cookbook-plain``.
1515

1616
----
1717

18-
We will setup the project, create the following:
18+
We will set up the project, create the following:
1919

2020
- A Django project called ``cookbook``
2121
- An app within ``cookbook`` called ``ingredients``

0 commit comments

Comments
 (0)