diff options
| author | Daniel Sokolowski | 2012-10-21 07:52:10 -0700 |
|---|---|---|
| committer | Daniel Sokolowski | 2012-10-21 07:52:10 -0700 |
| commit | d53ee8a10c5fd3c95a577a409d39a394a838b0b7 (patch) | |
| tree | d9228a3fe855ac0c4ab4cb7be579415e3b52627a /docs/api-guide/reverse.md | |
| parent | efabd2bb1b762fbdee2b48fa3a6ccb8f23c7e8dc (diff) | |
| parent | 65d4970bf71d31669f10dc0cecd4a2a00acd7393 (diff) | |
| download | django-rest-framework-d53ee8a10c5fd3c95a577a409d39a394a838b0b7.tar.bz2 | |
Merge pull request #308 from markotibold/docs-edits
Documentation spelling and other mistake fixes.
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: |
