Fix misspelling (seperate -> separate)
This commit is contained in:
parent
2207d3be55
commit
b1b936e1d3
|
@ -94,7 +94,7 @@ to `/dist/css/{filename}.css`. Import statements will be resolved as part of the
|
|||
|
||||
## Environment variables
|
||||
|
||||
To seperate the development and production *- aka build -* stages, all gulp tasks run with a node environment variable named either `development` or `production`.
|
||||
To separate the development and production *- aka build -* stages, all gulp tasks run with a node environment variable named either `development` or `production`.
|
||||
|
||||
You can access the environment variable inside the theme files with `getenv "NODE_ENV"`. See the following example for a conditional statement:
|
||||
|
||||
|
|
Reference in New Issue