Skip to content

Commit ef992e5

Browse files
committed
Merge pull request AriaFallah#13 from mmurkidjanian/patch-2
📝 Update README.md
2 parents 7b0cc79 + ca1039b commit ef992e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part1/example1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The things that are bundled are only the things that you explicitly required acr
6868

6969
As you probably noticed, I did something strange in the above example. I `required` a css file in a javascript file.
7070

71-
The really cool, and interesting thing about webpack is that you can `require` more than just
71+
The really cool and interesting thing about webpack is that you can `require` more than just
7272
javascript files.
7373

7474
There is this thing in webpack called a loader. Using these loaders, you can

0 commit comments

Comments
 (0)