From 68880392be42d87e205de4e5bfe23fa4285a45bf Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 25 Feb 2023 12:18:39 +0000 Subject: [PATCH] Fix typos and rephrase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arkadiusz Ryś --- docs/deployment-with-docker.rst | 2 +- docs/project-generation-options.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment-with-docker.rst b/docs/deployment-with-docker.rst index 5615f387f..c1b8c6d7b 100644 --- a/docs/deployment-with-docker.rst +++ b/docs/deployment-with-docker.rst @@ -190,4 +190,4 @@ For status check, run:: Media files without cloud provider ---------------------------------- -If you chose no cloud provider and Docker, the media files will be served by an nginx service, from a ``production_django_media`` volume. Make sure to keep this around to avoid loosing any media files. +If you chose no cloud provider and Docker, the media files will be served by an nginx service, from a ``production_django_media`` volume. Make sure to keep this around to avoid losing any media files. diff --git a/docs/project-generation-options.rst b/docs/project-generation-options.rst index ee0896151..9b379f12c 100644 --- a/docs/project-generation-options.rst +++ b/docs/project-generation-options.rst @@ -69,7 +69,7 @@ cloud_provider: 3. Azure_ 4. None - If you choose no cloud provider and docker, the media files will be served by a nginx Docker service in production. Without Docker, the media files won't work. + If you choose no cloud provider and docker, the production stack will serve the media files via an nginx Docker service. Without Docker, the media files won't work. mail_service: Select an email service that Django-Anymail provides