diff options
Diffstat (limited to 'docs/api-guide/reverse.md')
| -rw-r--r-- | docs/api-guide/reverse.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/reverse.md b/docs/api-guide/reverse.md index c39ff8f6..5a1d6e26 100644 --- a/docs/api-guide/reverse.md +++ b/docs/api-guide/reverse.md @@ -11,7 +11,7 @@ The advantages of doing so are:  * It's more explicit.  * It leaves less work for your API clients.  * There's no ambiguity about the meaning of the string when it's found in representations such as JSON that do not have a native URI type. -* It allows use to easily do things like markup HTML representations with hyperlinks. +* It makes it easy to do things like markup HTML representations with hyperlinks.  REST framework provides two utility functions to make it more simple to return absolute URIs from your Web API. | 
