mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 22:04:48 +03:00
Spelling
This commit is contained in:
parent
b7fcdd257e
commit
2e60f41b46
|
@ -119,7 +119,7 @@ Let's try listing the existing snippets, using the command line client:
|
||||||
...
|
...
|
||||||
|
|
||||||
Some of the API endpoints require named parameters. For example, to get back
|
Some of the API endpoints require named parameters. For example, to get back
|
||||||
the hightlight HTML for a particular snippet we need to provide an id.
|
the highlight HTML for a particular snippet we need to provide an id.
|
||||||
|
|
||||||
$ coreapi action snippets highlight --param pk 1
|
$ coreapi action snippets highlight --param pk 1
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user