Fix misspelling (seperate -> separate)

This commit is contained in:
Joshua Scott 2017-12-07 15:54:10 +02:00 committed by Shawn Erquhart
parent 2207d3be55
commit b1b936e1d3
1 changed files with 1 additions and 1 deletions

View File

@ -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: