Skip to content

Commit 7b0cc79

Browse files
committed
Merge pull request #12 from mmurkidjanian/patch-1
📝 grammar fixes
2 parents 96d931e + 8a3c3f2 commit 7b0cc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

part1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Beginner Webpack Tutorial Part 1 - Introduction To Webpack :zap:
22

3-
This is for the people like me who's first intro to webpack was a repository similar to:
3+
This is for the people like me whose first intro to webpack was a repository similar to:
44

55
* https://github.com/davezuko/react-redux-starter-kit
66
* https://github.com/webpack/react-starter
@@ -302,7 +302,7 @@ imaginary 900KB file to 200KB through processes such as removing all the whitesp
302302

303303
You can also add the [OrderOccurencePlugin](https://webpack.github.io/docs/list-of-plugins.html#occurrenceorderplugin)
304304

305-
> Assign the module and chunk ids by occurrence count. Ids that are used often get lower (shorter) ids. This make ids predictable, reduces to total file size and is recommended.
305+
> Assign the module and chunk ids by occurrence count. Ids that are used often get lower (shorter) ids. This makes ids predictable, reduces to total file size and is recommended.
306306
307307
To be honest I'm not sure how the underlying mechanisms work, but in the current [webpack2 beta it's included by default](https://gist.github.com/sokra/27b24881210b56bbaff7) so I include it as well.
308308

0 commit comments

Comments
 (0)