Skip to content

Commit d98fae4

Browse files
chapter 3: build|find|create rather than build|find|creating to make the verb tense agree for each member of the coordination
1 parent 9894fe6 commit d98fae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_03_unit_test_first_view.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We finished the last chapter with a functional test failing,
1414
telling us that it wanted the home page for our site to have ``To-Do'' in its title.
1515
It's time to start working on our application.
1616
In this chapter, we'll build our first HTML page, find out about URL handling,
17-
and creating responses to HTTP requests with Django's view functions.
17+
and create responses to HTTP requests with Django's view functions.
1818

1919
.Warning: Things Are About to Get Real
2020
*******************************************************************************

0 commit comments

Comments
 (0)