From 7b124dfc59942ea7a93d2ff959ebf8ad9be4e40f Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Mon, 16 Dec 2024 04:53:01 +0530 Subject: [PATCH] Update env_user_guide.md --- doc/user_guide/env_user_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user_guide/env_user_guide.md b/doc/user_guide/env_user_guide.md index 0bd7a464..405d7b69 100644 --- a/doc/user_guide/env_user_guide.md +++ b/doc/user_guide/env_user_guide.md @@ -7,7 +7,7 @@ The _Environment Variables Manager_ in API Dash allows you to store and reuse va API Dash provides two scopes of variables: - **Global variables :** Variables declared in this scope are available regardless of the current active environment. -- **Environment cariables:** Variables declared in a particular environment are available only when that environment is set as active. +- **Environment variables:** Variables declared in a particular environment are available only when that environment is set as active. ### Scope Hierarchy @@ -22,7 +22,7 @@ If a variable with the same name exists in both the Global and Environment Scope Suppose you have a variable named `API_URL` defined in both the Global Scope and an Environment Scope (e.g., `Development`). - Global Scope: - - `API_UR`L = `https://api.foss42.com` + - `API_URL` = `https://api.foss42.com` - Development Environment Scope: - `API_URL` = `https://api.apidash.dev`