From d54717118360e8679aa2bd0c5a1625f3e84712ba Mon Sep 17 00:00:00 2001 From: John Whitlock Date: Tue, 17 Jan 2023 12:27:51 -0600 Subject: [PATCH] Fixed typo in docs/releases/4.2.txt. --- docs/releases/4.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index f1614f1e13..2f91282e73 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -101,7 +101,7 @@ Custom file storages The new :setting:`STORAGES` setting allows configuring multiple custom file storage backends. It also controls storage engines for managing -:doc:`files ` (the ``"defaut"`` key) and :doc:`static files +:doc:`files ` (the ``"default"`` key) and :doc:`static files ` (the ``"staticfiles"`` key). The old ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` settings are