This is an automated email from the ASF dual-hosted git repository.
flimzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new cd4357f Fix typo (#541)
cd4357f is described below
commit cd4357f36cfaa823d93c0ca844b1ad63b5dccffd
Author: xMartin <[email protected]>
AuthorDate: Tue May 12 16:41:37 2020 +0200
Fix typo (#541)
---
src/api/server/authn.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/api/server/authn.rst b/src/api/server/authn.rst
index d4e1cf8..c27b0a2 100644
--- a/src/api/server/authn.rst
+++ b/src/api/server/authn.rst
@@ -274,7 +274,7 @@ Proxy Authentication
.. note::
To use this authentication method make sure that the
- ``{chttpd_auth, proxy_authentication_handler}`` value in added to the
+ ``{chttpd_auth, proxy_authentication_handler}`` value is added to the
list of the active :config:option:`chttpd/authentication_handlers`:
.. code-block:: ini