summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/releases/2.2.txt2
1 files changed, 1 insertions, 1 deletions
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