8000 Fix typo · corentinl/django-rest-framework@7464def · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7464def

Browse files
committed
Fix typo
1 parent 6e7ddd5 commit 7464def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-guide/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ You can do so by inserting a `needed_by` attribute in your user migration:
192192
def forwards(self):
193193
...
194194

195-
For more details, see the [south documentation on dependancies][south-dependancies].
195+
For more details, see the [south documentation on dependencies][south-dependencies].
196196

197197
## SessionAuthentication
198198

@@ -259,6 +259,6 @@ HTTP digest authentication is a widely implemented scheme that was intended to r
259259
[csrf-ajax]: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax
260260
[mod_wsgi_official]: http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization
261261
[custom-user-model]: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#specifying-a-custom-user-model
262-
[south-dependancies]: http://south.readthedocs.org/en/latest/dependencies.html
262+
[south-dependencies]: http://south.readthedocs.org/en/latest/dependencies.html
263263
[juanriaza]: https://github.com/juanriaza
264264
[djangorestframework-digestauth]: https://github.com/juanriaza/django-rest-framework-digestauth

0 commit comments

Comments
 (0)
0