Commit 032cb795 by markotibold

fix tiny spelling errors

parent fb805bbb
...@@ -31,12 +31,12 @@ We'll need two resources: ...@@ -31,12 +31,12 @@ We'll need two resources:
Form validation 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. * The code text itself.
* An optional title for the code. * An optional title for the code.
* A flag to determine if line numbers should be included. * 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. * Which output style to use for the highlighting.
``forms.py`` ``forms.py``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment