From 9ccc39537d793105b632c3f51c75d947c652b369 Mon Sep 17 00:00:00 2001 From: Christopher Byrd Date: Thu, 19 Dec 2024 09:55:23 -0800 Subject: [PATCH] nit #11698 --- releases/7.6.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/7.6.0.md b/releases/7.6.0.md index a2ed92e88b..59faeb7c34 100644 --- a/releases/7.6.0.md +++ b/releases/7.6.0.md @@ -567,7 +567,7 @@ Minor incompatibilities: 17. Run system checks against your production settings. - Note: This command not only performs essential system checks but also generates the frontend configuration file required for your application. It is a crucial step in the deployment process and must be executed to ensure that the production environment is correctly configured. + Note: This command not only performs essential system checks but also generates the frontend configuration file required for your application. It is a crucial step in the deployment process and must be executed to ensure that the environment is correctly configured. ``` python manage.py check --deploy --settings=path.to.production.settings @@ -586,7 +586,7 @@ Minor incompatibilities: ``` python manage.py check --deploy --settings=path.to.production.settings ``` - This command will ensure the `.frontend-configuration-settings.json` file is created, which is necessary for building the frontend asset bundle. + This command will ensure the `.frontend-configuration-settings.json` file is created, which is necessary for building the static asset bundle. 2. Run ```