Skip to content

Commit

Permalink
docs(api): Change this to the
Browse files Browse the repository at this point in the history
  • Loading branch information
grisanu committed Aug 30, 2017
1 parent f85afd7 commit b6c9bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The `--env` argument accepts various syntaxes:
| webpack --env.prod --env min | `[{ prod: true }, "min"]` |
| webpack --env.prod=foo --env.prod=bar | `{prod: [ "foo", "bar" ]}` |

T> See this [environment variables](/guides/environment-variables) guide for more information on its usage.
T> See the [environment variables](/guides/environment-variables) guide for more information on its usage.

### Output Options

Expand Down

0 comments on commit b6c9bc3

Please sign in to comment.