Skip to content

Commit

Permalink
Merge pull request #2872 from cktan98/master
Browse files Browse the repository at this point in the history
Fix grammatical error
  • Loading branch information
davidism committed Jul 24, 2018
2 parents 345685c + f45ceec commit 7d9dcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Here's what the ``register`` view function is doing:
stores messages that can be retrieved when rendering the template.

#. When the user initially navigates to ``auth/register``, or
there was an validation error, an HTML page with the registration
there was a validation error, an HTML page with the registration
form should be shown. :func:`render_template` will render a template
containing the HTML, which you'll write in the next step of the
tutorial.
Expand Down

0 comments on commit 7d9dcfa

Please sign in to comment.