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 12, 2019
1 parent 0f657d0 commit 98818a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCAFFOLDING.md
Expand Up @@ -26,7 +26,7 @@ webpack-cli init <your-scaffold>
```

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

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

### `myObj.topScope`(optional)

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

```js
this.options.env.configuration.dev.topScope = [
Expand Down

0 comments on commit 98818a1

Please sign in to comment.