From b37bac39b387bc87872d37d4b07783b67ef28d0c Mon Sep 17 00:00:00 2001 From: Michael Kiros Date: Tue, 5 Jun 2018 20:28:26 -0500 Subject: [PATCH] Fixed typo in docs/topics/auth/customizing.txt. --- docs/topics/auth/customizing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt index 2cb7d06bcc..67e91b2e54 100644 --- a/docs/topics/auth/customizing.txt +++ b/docs/topics/auth/customizing.txt @@ -3,8 +3,8 @@ Customizing authentication in Django ==================================== The authentication that comes with Django is good enough for most common cases, -but you may have needs not met by the out-of-the-box defaults. To customize -authentication to your projects needs involves understanding what points of the +but you may have needs not met by the out-of-the-box defaults. Customizing +authentication in your projects requires understanding what points of the provided system are extensible or replaceable. This document provides details about how the auth system can be customized.