aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples
diff options
context:
space:
mode:
authormarkotibold2011-04-27 22:28:08 +0200
committermarkotibold2011-04-27 22:28:08 +0200
commit032cb7959265d7fe631dd3e0a6ff84da88dc71e5 (patch)
tree6c890fd90d9c4480c26637d10227fcc679dc8957 /docs/examples
parentfb805bbb7ca80808258520219330cc5fb3bc0517 (diff)
downloaddjango-rest-framework-032cb7959265d7fe631dd3e0a6ff84da88dc71e5.tar.bz2
fix tiny spelling errors
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/pygments.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/pygments.rst b/docs/examples/pygments.rst
index decc2f65..b4bc2c16 100644
--- a/docs/examples/pygments.rst
+++ b/docs/examples/pygments.rst
@@ -31,12 +31,12 @@ We'll need two resources:
Form validation
---------------
-We'll now add a form to specify what input fields are required when creating a new highlighed code snippet. This will include:
+We'll now add a form to specify what input fields are required when creating a new highlighted code snippet. This will include:
* The code text itself.
* An optional title for the code.
* A flag to determine if line numbers should be included.
-* Which programming langauge to interpret the code snippet as.
+* Which programming language to interpret the code snippet as.
* Which output style to use for the highlighting.
``forms.py``