Skip to content

Commit 2b193aa

Browse files
adibfirmanLekoArts
andcommitted
chore(docs): Updated environment-variables to adhere to Gatsby… (#18670)
* avoid `we` and change to `you` * fix grammar Co-authored-by: Lennart <[email protected]>
1 parent d76a62a commit 2b193aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/environment-variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ title: Environment Variables
66

77
You can provide environment variables to your site to customise its behavior in different environments.
88

9-
First we need to distinguish between different types of Env variables.
10-
There are env variables that are defined in special places intended to be used in different deployment environments. Let's call these “Project Env Vars”.
9+
Environment variables can be distinguished between different types.
10+
There are environment variables that are defined in special places intended to be used in different deployment environments. Let's call these “Project Env Vars”.
1111
And there are true OS-level environment variables that might be used in command-line calls. Let's call these “OS Env Vars”.
1212

13-
In both cases we want to be able to access the relevant value of these variables for the environment we’re in.
13+
In both cases you want to be able to access the relevant value of these variables for the environment you are in.
1414

1515
By default gatsby supports only 2 environments:
1616

0 commit comments

Comments
 (0)