docs: fix typo in webpack plugin docs

This commit is contained in:
Ben Heidemann 2021-04-04 02:10:16 +01:00 committed by David Humphrey
parent 0f812fc6a0
commit ce56539190
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ module.exports = {
The filer webpack plugin will, by default, shim the [fs](http://nodejs.org/api/fs.html),
[path](http://nodejs.org/api/path.html) and [buffer](http://nodejs.org/api/buffer.html) modules. However,
it's behaviour can be customised by passing an options.
it's behaviour can be customised by passing an options object.
```javascript
// webpack.config.js