mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-29 06:14:25 +03:00
fix tiny spelling errors
This commit is contained in:
parent
fb805bbb7c
commit
032cb79592
|
@ -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``
|
||||
|
|
Loading…
Reference in New Issue
Block a user