From 56ffd9f20a98a486b817b0d1dc5ccbe6a557a965 Mon Sep 17 00:00:00 2001 From: Laurence Mercer Date: Wed, 13 Nov 2024 19:28:34 +0000 Subject: [PATCH] Fixed a typo in docs/howto/static-files/deployment.txt. --- docs/howto/static-files/deployment.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/static-files/deployment.txt b/docs/howto/static-files/deployment.txt index d6d1158249..19b7c9df82 100644 --- a/docs/howto/static-files/deployment.txt +++ b/docs/howto/static-files/deployment.txt @@ -15,7 +15,7 @@ Serving static files in production The basic outline of putting static files into production consists of two steps: run the :djadmin:`collectstatic` command when static files change, then arrange for the collected static files directory (:setting:`STATIC_ROOT`) to be -moved to the static file server and served. Depending the ``staticfiles`` +moved to the static file server and served. Depending on the ``staticfiles`` :setting:`STORAGES` alias, files may need to be moved to a new location manually or the :func:`post_process ` method of