From 3baf38406013f68e6092565d3fc7d80f871a250e Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Tue, 29 Dec 2020 16:40:44 +0000 Subject: [PATCH] Add a missing word --- docs/2_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2_installation.rst b/docs/2_installation.rst index 0fc6a31..5d624fe 100644 --- a/docs/2_installation.rst +++ b/docs/2_installation.rst @@ -73,7 +73,7 @@ Disabling Axes system checks ---------------------------- If you are implementing custom authentication, request middleware, or signal handlers -the Axes checks system might false positives in the Django checks framework. +the Axes checks system might generate false positives in the Django checks framework. You can silence the unnecessary warnings by using the following Django settings::