Fixed "lets" mistakes in docs.

This commit is contained in:
David Beitey 2019-01-14 23:54:15 +00:00 committed by Tim Graham
parent 1508e71c5b
commit 885cb0d390
2 changed files with 3 additions and 3 deletions

View file

@ -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::