We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b0cc79 + ca1039b commit ef992e5Copy full SHA for ef992e5
part1/example1/README.md
@@ -68,7 +68,7 @@ The things that are bundled are only the things that you explicitly required acr
68
69
As you probably noticed, I did something strange in the above example. I `required` a css file in a javascript file.
70
71
-The really cool, and interesting thing about webpack is that you can `require` more than just
+The really cool and interesting thing about webpack is that you can `require` more than just
72
javascript files.
73
74
There is this thing in webpack called a loader. Using these loaders, you can
0 commit comments