diff options
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 4 |
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:: |
