summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/tutorials.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials.rst b/docs/tutorials.rst
index 3b6e97de..e50fa1dd 100644
--- a/docs/tutorials.rst
+++ b/docs/tutorials.rst
@@ -183,7 +183,7 @@ Tutorial 4: Submit this form
############################
CherryPy is a web framework upon which you build web applications.
-The most traditionnal shape taken by applications is through
+The most traditional shape taken by applications is through
an HTML user-interface speaking to your CherryPy server.
Let's see how to handle HTML forms via the following