Skip to content

Commit f38070e

Browse files
authored
grammatical suggestion to loaders.md
Change 'allows' to 'allow'
1 parent 0c43902 commit f38070e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/loaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, you can use loaders to tell webpack to load a CSS file or to conver
2323
* Plugins can give loaders more features.
2424
* Loaders can emit additional arbitrary files.
2525

26-
Loaders allows more power in the JavaScript ecosystem through preprocessing
26+
Loaders allow more power in the JavaScript ecosystem through preprocessing
2727
functions (loaders). Users now have more flexibility to include fine-grained logic such as compression, packaging, language translations and [more](/loaders).
2828

2929
## Resolving Loaders

0 commit comments

Comments
 (0)