Browse Source

[5.0.x] Fixed typo in docs/topics/auth/default.txt.

Backport of 8570e091d025c4aacc6b76597a3322030c2f8162 from main
Adrienne Franke 1 year ago
parent
commit
d490d009a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/auth/default.txt

+ 1 - 1
docs/topics/auth/default.txt

@@ -1608,7 +1608,7 @@ Helper functions
       Defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>` if not supplied.
 
     * ``redirect_field_name``: The name of a ``GET`` field containing the
-      URL to redirect to after log out. Overrides ``next`` if the given
+      URL to redirect to after login. Overrides ``next`` if the given
       ``GET`` parameter is passed.
 
 .. _built-in-auth-forms: