summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authentication.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-10 01:20:55 -0600
committerMichael Merickel <michael@merickel.org>2020-01-10 01:20:55 -0600
commit246f6ad9e6eaac613f7df2a78af3aed85bfaf79a (patch)
treed959426c4de0904b01076ef99fa83b05ee2c965d /docs/tutorials/wiki2/authentication.rst
parent095eb560dc17dc591d43144758adaf2e4c780e72 (diff)
downloadpyramid-246f6ad9e6eaac613f7df2a78af3aed85bfaf79a.tar.gz
pyramid-246f6ad9e6eaac613f7df2a78af3aed85bfaf79a.tar.bz2
pyramid-246f6ad9e6eaac613f7df2a78af3aed85bfaf79a.zip
grammar fix
Diffstat (limited to 'docs/tutorials/wiki2/authentication.rst')
-rw-r--r--docs/tutorials/wiki2/authentication.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/authentication.rst b/docs/tutorials/wiki2/authentication.rst
index 381868e71..46aa9f14a 100644
--- a/docs/tutorials/wiki2/authentication.rst
+++ b/docs/tutorials/wiki2/authentication.rst
@@ -73,7 +73,7 @@ Note the usage of the ``identity_cache`` is optional, but it has several advanta
- It provides consistency across method invocations to ensure the identity does not change while processing the request.
It is up to individual security policies and applications to determine the best approach with respect to caching.
-Applications is long-running requests may want to avoid caching the identity, or tracking some extra metadata to re-verify it periodically against the authentication source.
+Applications with long-running requests may want to avoid caching the identity, or tracking some extra metadata to re-verify it periodically against the authentication source.
Configure the app