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 ```