From b6bb912e9cd2d4497f010a362eff4662ba10f653 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Mon, 11 Feb 2019 08:54:05 -0500 Subject: [PATCH] Fixed typo in docs/releases/2.2.txt. --- docs/releases/2.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 291f62b560..37056866e1 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -484,7 +484,7 @@ Miscellaneous read from disk must be UTF-8 encoded. * ``django.contrib.staticfiles.storage.CachedStaticFilesStorage`` is - deprecated due to the intractable problems that is has. Use + deprecated due to the intractable problems that it has. Use :class:`.ManifestStaticFilesStorage` or a third-party cloud storage instead. * :meth:`.RemoteUserBackend.configure_user` is now passed ``request`` as the