summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorDavid Beitey <david@davidjb.com>2019-01-14 23:54:15 +0000
committerTim Graham <timograham@gmail.com>2019-01-14 20:32:19 -0500
commit885cb0d39041e359a3ad00d4bdaac24cbcc843c9 (patch)
treea6e5d17e45a4190814e41511415c4dc8f760dbf8 /docs/intro/tutorial01.txt
parent1508e71c5b056ba099097a849b13187dcbfa26a1 (diff)
Fixed "lets" mistakes in docs.
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index db3340e702..208a4f3a3b 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -313,8 +313,8 @@ app will still work.
You should always use ``include()`` when you include other URL patterns.
``admin.site.urls`` is the only exception to this.
-You have now wired an ``index`` view into the URLconf. Lets verify it's
-working, run the following command:
+You have now wired an ``index`` view into the URLconf. Verify it's working with
+the following command:
.. console::