Skip to content

Commit cd3e2bd

Browse files
committed
linting fix
Signed-off-by: Jurj-Bogdan <[email protected]>
1 parent 3fa866c commit cd3e2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/v6/security/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Keep an eye on any vulnerabilities whenever using `npm` to install or update pac
5656
## General Considerations
5757

5858
- `*.global.php` and `*.php.dist` configuration files are visible to the VCS, make sure **not** to include sensitive data in commits.
59-
- `*.local.php` configuration files are ignored by the VCS by default and are the recommended place for sensitive data such as API keys.
59+
- `*.local.php` configuration files are ignored by the VCS by default and are the recommended place for sensitive data such as API keys.
6060
- Review `config/autoload/cors.global.php` to ensure your application is accessible by your preferred origins.
6161
- Make sure the `development mode` is correctly set - **do not** enable `development mode` in a production environment.
62-
- You can use the following command to check the current status:
62+
- You can use the following command to check the current status:
6363

6464
```shell
6565
composer development-status

0 commit comments

Comments
 (0)