diff options
author | Marko Tibold | 2012-10-21 16:34:07 +0200 |
---|---|---|
committer | Marko Tibold | 2012-10-21 16:34:07 +0200 |
commit | 71a93930fd4df7a1f5f92c67633b813a26a5e938 (patch) | |
tree | c82b5fdc3d69bc54aee06e506df7998e24db13e9 /docs/api-guide/reverse.md | |
parent | efabd2bb1b762fbdee2b48fa3a6ccb8f23c7e8dc (diff) | |
download | django-rest-framework-71a93930fd4df7a1f5f92c67633b813a26a5e938.tar.bz2 |
Fixing spelling errors.
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 12346eb4..19930dc3 100644 --- a/docs/api-guide/reverse.md +++ b/docs/api-guide/reverse.md @@ -6,7 +6,7 @@ > > — Roy Fielding, [Architectural Styles and the Design of Network-based Software Architectures][cite] -As a rule, it's probably better practice to return absolute URIs from you Web APIs, such as `http://example.com/foobar`, rather than returning relative URIs, such as `/foobar`. +As a rule, it's probably better practice to return absolute URIs from your Web APIs, such as `http://example.com/foobar`, rather than returning relative URIs, such as `/foobar`. The advantages of doing so are: |