aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/reverse.md
diff options
context:
space:
mode:
authorTom Christie2012-09-05 21:14:00 +0100
committerTom Christie2012-09-05 21:14:00 +0100
commit224b538b319ad7558e73403278a3932d5564bf75 (patch)
tree5179db1bc164f61bfd986257ab14ef80094d8c10 /docs/api-guide/reverse.md
parent3a106aed7958d8a3a31e39415e4b2a5514a41fa1 (diff)
downloaddjango-rest-framework-224b538b319ad7558e73403278a3932d5564bf75.tar.bz2
Tidying up docs
Diffstat (limited to 'docs/api-guide/reverse.md')
-rw-r--r--docs/api-guide/reverse.md2
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.