diff options
| author | David Smith <smithdc@gmail.com> | 2021-07-23 07:48:16 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-07-29 06:24:12 +0200 |
| commit | 1024b5e74a7166313ad4e4975a15e90dccd3ec5f (patch) | |
| tree | 05d75177f183de5e3c58dbf25a3f71ff4a5c820a /docs/intro/whatsnext.txt | |
| parent | acde91745656a852a15db7611c08cabf93bb735b (diff) | |
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
Diffstat (limited to 'docs/intro/whatsnext.txt')
| -rw-r--r-- | docs/intro/whatsnext.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt index e17110eeb6..254a0c5eaf 100644 --- a/docs/intro/whatsnext.txt +++ b/docs/intro/whatsnext.txt @@ -36,7 +36,7 @@ Django's main documentation is broken up into "chunks" designed to fill different needs: * The :doc:`introductory material </intro/index>` is designed for people new - to Django -- or to Web development in general. It doesn't cover anything + to Django -- or to web development in general. It doesn't cover anything in depth, but instead gives a high-level overview of how developing in Django "feels". @@ -106,7 +106,7 @@ Where to get it You can read Django documentation in several ways. They are, in order of preference: -On the Web +On the web ---------- The most recent version of the Django documentation lives at @@ -215,8 +215,8 @@ We follow this policy: Django is :ref:`no longer supported<supported-versions-policy>`, that version of the docs won't get any further updates. -* The `main documentation Web page`_ includes links to documentation for +* The `main documentation web page`_ includes links to documentation for previous versions. Be sure you are using the version of the docs corresponding to the version of Django you are using! -.. _main documentation Web page: https://docs.djangoproject.com/en/dev/ +.. _main documentation web page: https://docs.djangoproject.com/en/dev/ |
