Skip to content

Commit 98818a1

Browse files
committed
docs(scaffolding): fix typo
1 parent 0f657d0 commit 98818a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SCAFFOLDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ webpack-cli init <your-scaffold>
2626
```
2727

2828
#### Running a scaffold locally
29-
When the scaffold package is on you local file system you should pass its path to `init`:
29+
When the scaffold package is in you local file system you should pass its path to `init`:
3030

3131
```bash
3232
webpack-cli init path/to/your/scaffold
@@ -120,7 +120,7 @@ this.options.env.configuration.dev.merge = 'myConfig';
120120

121121
### `myObj.topScope`(optional)
122122

123-
The `topScope` property is where you write all the special code needed by your configuration, like module imports and function/variables definitions:
123+
The `topScope` property is where you write all the code needed by your configuration, like module imports and functions/variables definitions:
124124

125125
```js
126126
this.options.env.configuration.dev.topScope = [

0 commit comments

Comments
 (0)