summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Terreu <>2025-02-14 16:54:54 +1030
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-02-14 15:16:48 +0100
commit9ad5d0ac3b2c3cf3dcae66e77ce46a4ff1ee9c18 (patch)
tree221adbdadaef3f18bb747c59340af83e07ec58b9
parent3a455a44c15ff694e940df241fe0efd9f37305b0 (diff)
[5.2.x] Fixed typo in docs/ref/databases.txt.
Backport of d87bb0eb3ee4ca141c6fa251e6c2c97050e6c92c from main.
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index d19c78b9ec..0924cbfdb6 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -231,7 +231,7 @@ configuration in :setting:`DATABASES`::
Role
----
-If you need to use a different role for database connections than the role use
+If you need to use a different role for database connections than the role used
to establish the connection, set it in the :setting:`OPTIONS` part of your
database configuration in :setting:`DATABASES`::