Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg authored Jun 13, 2024
1 parent 32a2af4 commit f7ef59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/getting-started/starting-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ configurations, if present:
| File | Explanation |
| ------------------------ | --------------------------------------------------------------------------------------------- |
| `.env` | Defaults for environment variables or environment variables that are agnostic to the environment. |
| `.env.local` | Loaded if `.env` exists. Defines or overrides environment varialbes for the current environment (e.g. database and SMTP credentials). |
| `.env.local` | Loaded if `.env` exists. Defines or overrides environment variables for the current environment (e.g. database and SMTP credentials). |
| `config/config.yaml` | Configuration of any bundle/package/extension. |
| `config/config_dev.yaml` | Configuration for the `dev` environment. |
| `config/config_prod.yaml` | Configuration for the `prod` environment. |
Expand Down

0 comments on commit f7ef59e

Please sign in to comment.