docs: fix typo

This commit is contained in:
bcheidemann 2021-11-13 20:36:03 +00:00
parent 62536b40d1
commit bd268ee9a8
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ module.exports = {
---
**NOTE**
Previously it was recommended to access the `FilerWebpackPlugin` class by importing the main filer module. This was depracated due the [this issue](https://github.com/filerjs/filer/issues/790). For anyone using ***filer version 1.3.1 or earlier***, please import the plugin class like this:
Previously it was recommended to access the `FilerWebpackPlugin` class by importing the main filer module. This was depracated due [this issue](https://github.com/filerjs/filer/issues/790). For anyone using ***filer version 1.3.1 or earlier***, please import the plugin class like this:
```javascript
var FilerWebpackPlugin = require('filer/src/webpack-plugin');