From 1cfd72e4ff20f001adabd6ea81d175a26431a3e9 Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Mon, 26 Aug 2019 15:25:25 -0700 Subject: Doc fix via @mmerickel Co-Authored-By: Michael Merickel --- docs/narr/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 842cdeb05..b49958b85 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -158,7 +158,7 @@ For example, our above security policy can leverage these helpers like so: return self.helper.forget(request) Helpers are intended to be used with application-specific code, so perhaps your -authentication also queries to database to ensure the identity is valid. +authentication also queries the database to ensure the identity is valid. .. code-block:: python :linenos: -- cgit v1.2.3