Fix a few spelling mistakes in the docs

This commit is contained in:
Alex Chan 2015-04-03 20:43:40 +01:00
parent b57a076fa3
commit 8570633214
5 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
Step 6: The Templates
=====================
Now we should start working on the templates. If we were torequest the URLs
Now we should start working on the templates. If we were to request the URLs
now, we would only get an exception that Flask cannot find the templates. The
templates are using `Jinja2`_ syntax and have autoescaping enabled by
default. This means that unless you mark a value in the code with