Skip to content

Commit 87ba169

Browse files
committedMar 9, 2019
docs(scaffolding): fix typo
1 parent 8949f82 commit 87ba169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎SCAFFOLDING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Objects are made using strings, while strings are made using double strings. Thi
5656
### Optional
5757
- [myConfig.merge](#`myConfig.merge`-(optional))
5858
- [myConfig.topScope](#`myConfig.topScope`-(optional))
59-
- [myObj.configName](#`myObj.configName`-(optional))
59+
- [myConfig.configName](#`myConfig.configName`-(optional))
6060

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

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

105105
```js
106106
writing() {
107-
this.config.set('configuration', myObj)
107+
this.config.set('configuration', myConfig)
108108
}
109109
```
110110

@@ -129,7 +129,7 @@ this.options.env.configuration.dev.topScope = [
129129
];
130130
```
131131

132-
### `myObj.configName` (optional)
132+
### `myConfig.configName` (optional)
133133

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

0 commit comments

Comments
 (0)
Please sign in to comment.