Browse Source

Fixed a typo in docs/howto/static-files/deployment.txt.

Laurence Mercer 4 months ago
parent
commit
56ffd9f20a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/howto/static-files/deployment.txt

+ 1 - 1
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
 <django.contrib.staticfiles.storage.StaticFilesStorage.post_process>` method of