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/index.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/index.md')
| -rw-r--r-- | docs/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 02bda081..f66ba7f4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,7 +47,7 @@ Add `rest_framework` to your `INSTALLED_APPS`. 'rest_framework', ) -If you're intending to use the browserable API you'll want to add REST framework's login and logout views. Add the following to your root `urls.py` file. +If you're intending to use the browseable API you'll want to add REST framework's login and logout views. Add the following to your root `urls.py` file. urlpatterns = patterns('', ... @@ -195,4 +195,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework [DabApps]: http://dabapps.com -[email]: mailto:tom@tomchristie.com
\ No newline at end of file +[email]: mailto:tom@tomchristie.com |
