Skip to content

Commit 56b46ef

Browse files
authored
Merge pull request #518 from bonham000/patch-1
grammatical suggestion to loaders.md
2 parents 0c43902 + f38070e commit 56b46ef

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)