From 224b538b319ad7558e73403278a3932d5564bf75 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 5 Sep 2012 21:14:00 +0100 Subject: Tidying up docs --- docs/api-guide/reverse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api-guide/reverse.md') 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. -- cgit v1.2.3