Skip to content

Commit 3d02f43

Browse files
evenstensbergSpaceK33z
authored andcommitted
lower-case webpack typo
1 parent 4a92dae commit 3d02f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/loaders/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This uses the loader “jade” for “.jade” files and the loaders “style
5454
---
5555
- Loaders can be chained. They are applied in a pipeline to the resource. A chain
5656
of loaders are compiled chronologically. The first loader in a chain of loaders
57-
returns an value to the next and at the end loader, Webpack expects JavaScript
57+
returns an value to the next and at the end loader, webpack expects JavaScript
5858
to be returned.
5959
- Loaders can be synchronous or asynchronous.
6060
- Loaders run in Node.js and can do everything that’s possible there.

0 commit comments

Comments
 (0)