From 1024b5e74a7166313ad4e4975a15e90dccd3ec5f Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 23 Jul 2021 07:48:16 +0100 Subject: Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. --- docs/index.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/index.txt') diff --git a/docs/index.txt b/docs/index.txt index 9e8a3fdfd6..bbf237bb59 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -52,7 +52,7 @@ Django has a lot of documentation. A high-level overview of how it's organized will help you know where to look for certain things: * :doc:`Tutorials ` take you by the hand through a series of - steps to create a Web application. Start here if you're new to Django or Web + steps to create a web application. Start here if you're new to Django or web application development. Also look at the ":ref:`index-first-steps`". * :doc:`Topic guides ` discuss key topics and concepts at a @@ -70,7 +70,7 @@ The model layer =============== Django provides an abstraction layer (the "models") for structuring and -manipulating the data of your Web application. Learn more about it below: +manipulating the data of your web application. Learn more about it below: * **Models:** :doc:`Introduction to models ` | @@ -241,7 +241,7 @@ most popular features: Security ======== -Security is a topic of paramount importance in the development of Web +Security is a topic of paramount importance in the development of web applications and Django provides multiple protection tools and mechanisms: * :doc:`Security overview ` @@ -261,7 +261,7 @@ regions: * :doc:`Overview ` | :doc:`Internationalization ` | :ref:`Localization ` | - :doc:`Localized Web UI formatting and form input ` + :doc:`Localized web UI formatting and form input ` * :doc:`Time zones ` Performance and optimization @@ -276,13 +276,13 @@ Geographic framework ==================== :doc:`GeoDjango ` intends to be a world-class geographic -Web framework. Its goal is to make it as easy as possible to build GIS Web +web framework. Its goal is to make it as easy as possible to build GIS web applications and harness the power of spatially enabled data. -Common Web application tools +Common web application tools ============================ -Django offers multiple tools commonly needed in the development of Web +Django offers multiple tools commonly needed in the development of web applications: * **Authentication:** -- cgit v1.3