You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/environment-variables.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ title: Environment Variables
6
6
7
7
You can provide environment variables to your site to customise its behavior in different environments.
8
8
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”.
11
11
And there are true OS-level environment variables that might be used in command-line calls. Let's call these “OS Env Vars”.
12
12
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.
0 commit comments