From 810ae721c8d2fcddfdd08568588f1c0af8d668a4 Mon Sep 17 00:00:00 2001 From: Greg Sanderson Date: Mon, 5 Dec 2022 16:14:54 +0000 Subject: [PATCH] Fix a small typo Change to precedence --- docs/pages/configuration/variables.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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