summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAce Clove <alec.cove@gmail.com>2015-10-30 18:48:09 +0000
committerAce Clove <alec.cove@gmail.com>2015-10-30 18:48:09 +0000
commit054f176104c53254b5bf102342e2f0fb7435036f (patch)
treeb9e9f31a1c80fe398980079c1dd4b3df4cea8453
parent74071f2b297a4753d3b1ec0aa8e64c11fe8782e0 (diff)
downloadcherrypy-054f176104c53254b5bf102342e2f0fb7435036f.tar.gz
Should be plural
-rw-r--r--docs/tutorials.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials.rst b/docs/tutorials.rst
index 4a4e5ad0..b06276e1 100644
--- a/docs/tutorials.rst
+++ b/docs/tutorials.rst
@@ -306,7 +306,7 @@ sessions in the process's memory. It supports more persistent
Tutorial 6: What about my javascripts, CSS and images?
######################################################
-Web application are usually also made of static content such
+Web applications are usually also made of static content such
as javascript, CSS files or images. CherryPy provides support
to serve static content to end-users.