diff --git a/docs/pages/configuration/variables.mdx b/docs/pages/configuration/variables.mdx index 86a166fbc1..c11ac2683f 100644 --- a/docs/pages/configuration/variables.mdx +++ b/docs/pages/configuration/variables.mdx @@ -158,8 +158,8 @@ The syntax of the `.env` file is the [same as for docker-compose](https://docs.d - Lines beginning with # are processed as comments and ignored. :::info Precedence -- Environment variables defined in your terminal session (including system variables) always take precendence over the variables in your `.env` file. -- Variables defined in your `.env` file take precende over the default values defined for config variables (configured in the `vars` section of `devspace.yaml`). +- Environment variables defined in your terminal session (including system variables) always take precedence over the variables in your `.env` file. +- Variables defined in your `.env` file take precedence over the default values defined for config variables (configured in the `vars` section of `devspace.yaml`). ::: ## `$DEVSPACE_CONFIG` For Config Path