Skip to content

Commit

Permalink
docs(scaffolding): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed Mar 9, 2019
1 parent 8949f82 commit 87ba169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SCAFFOLDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Objects are made using strings, while strings are made using double strings. Thi
### Optional
- [myConfig.merge](#`myConfig.merge`-(optional))
- [myConfig.topScope](#`myConfig.topScope`-(optional))
- [myObj.configName](#`myObj.configName`-(optional))
- [myConfig.configName](#`myConfig.configName`-(optional))

### `opts.env.configuration` (required)

Expand Down Expand Up @@ -104,7 +104,7 @@ For the scaffolding instance to run, you need to write your configuration to a `

```js
writing() {
this.config.set('configuration', myObj)
this.config.set('configuration', myConfig)
}
```

Expand All @@ -129,7 +129,7 @@ this.options.env.configuration.dev.topScope = [
];
```

### `myObj.configName` (optional)
### `myConfig.configName` (optional)

Used if you want to name your `webpack.config.js` differently:

Expand Down

0 comments on commit 87ba169

Please sign in to comment.