Skip to content

Commit 937126f

Browse files
authored
break the sentence to make it easier to read
1 parent 958278c commit 937126f

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
@@ -14,7 +14,7 @@ For example, you can use loaders to tell webpack to load a CSS file or to conver
1414

1515
## Loader Features
1616

17-
* Loaders can be chained. They are applied in a pipeline to the resource. A chain of loaders are compiled chronologically. The first loader in a chain of loaders returns a value to the next and at the end loader, webpack expects JavaScript to be returned.
17+
* Loaders can be chained. They are applied in a pipeline to the resource. A chain of loaders are compiled chronologically. The first loader in a chain of loaders returns a value to the next. At the end loader, webpack expects JavaScript to be returned.
1818
* Loaders can be synchronous or asynchronous.
1919
* Loaders run in Node.js and can do everything that’s possible there.
2020
* Loaders accept query parameters. This can be used to pass configuration to the loader.

0 commit comments

Comments
 (0)