summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-20 10:12:05 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-20 13:38:35 -0500
commitd9c94c59835ca2b6569583392bbf5c7f65a8e927 (patch)
tree2f83a59c3097df6e9adf5e24992d393591711b0b /docs/howto/deployment
parent14fb36e0b083ea963220602d01386cc0fb2c40e4 (diff)
Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt.
Diffstat (limited to 'docs/howto/deployment')
-rw-r--r--docs/howto/deployment/wsgi/apache-auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt
index 454abf232c..b927069543 100644
--- a/docs/howto/deployment/wsgi/apache-auth.txt
+++ b/docs/howto/deployment/wsgi/apache-auth.txt
@@ -128,7 +128,7 @@ In this case, the Apache configuration should look like this:
To support the ``WSGIAuthGroupScript`` directive, the same WSGI script
``mysite.wsgi`` must also import the ``groups_for_user`` function which
-returns a list groups the given user belongs to.
+returns a list of groups the given user belongs to.
.. code-block:: python