summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrienne Franke <18449966+adriennefranke@users.noreply.github.com>2024-01-22 10:43:13 -0600
committerGitHub <noreply@github.com>2024-01-22 17:43:13 +0100
commit8570e091d025c4aacc6b76597a3322030c2f8162 (patch)
treec3274f267f11596a5e15179316e35ffd2254f81e /docs
parent184d82d8488b1b31ade5b5a68b0040f1c267f2be (diff)
Fixed typo in docs/topics/auth/default.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index a8d32b2fea..75d33b5e7e 100644
--- a/docs/topics/auth/default.txt
+++ b/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: