Fixed grammer

This commit is contained in:
NavedMaulavi 2019-10-23 19:09:15 +05:30 committed by GitHub
parent 2f17df3bb2
commit 0eaa88ecb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ within webpack itself use this plugin interface. This makes webpack very
### [Loaders](https://webpack.js.org/loaders/)
webpack enables use of loaders to preprocess files. This allows you to bundle
webpack enables the use of loaders to preprocess files. This allows you to bundle
**any static resource** way beyond JavaScript. You can easily [write your own
loaders](https://webpack.js.org/api/loaders/) using Node.js.