diff options
| author | Tom Christie | 2013-05-08 01:01:25 -0700 |
|---|---|---|
| committer | Tom Christie | 2013-05-08 01:01:25 -0700 |
| commit | 9b4bf662456b8d4b0a768959a954ec9b546f3b2f (patch) | |
| tree | 872bcd85fde8888ba8fe253067fb34a6a9787ff9 /docs | |
| parent | dabe119af5fc732a9870b97265a53399724f2d49 (diff) | |
| parent | 70b8e5b759342cb746337c768f9af475ca5dc756 (diff) | |
| download | django-rest-framework-9b4bf662456b8d4b0a768959a954ec9b546f3b2f.tar.bz2 | |
Merge pull request #812 from dhepper/master
Fixed typos in tutorial
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorial/4-authentication-and-permissions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/4-authentication-and-permissions.md b/docs/tutorial/4-authentication-and-permissions.md index 8bb3164b..f6c3efb0 100644 --- a/docs/tutorial/4-authentication-and-permissions.md +++ b/docs/tutorial/4-authentication-and-permissions.md @@ -143,7 +143,7 @@ Once you've created a few code snippets, navigate to the '/users/' endpoint, and ## Object level permissions -Really we'd like all code snippets to be visible to anyone, but also make sure that only the user that created a code snippet is able update or delete it. +Really we'd like all code snippets to be visible to anyone, but also make sure that only the user that created a code snippet is able to update or delete it. To do that we're going to need to create a custom permission. |
