From ce56539190a9e17a3c21c0f79880ee1252f0db37 Mon Sep 17 00:00:00 2001 From: Ben Heidemann Date: Sun, 4 Apr 2021 02:10:16 +0100 Subject: [PATCH] docs: fix typo in webpack plugin docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9091e8e..49a6ed7 100644 --- a/README.md +++ b/README.md @@ -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