Skip to content

Commit

Permalink
Merge pull request #68 from AndersDJohnson/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo 'stratagey' to 'strategy'
  • Loading branch information
ScriptedAlchemy authored Sep 14, 2018
2 parents dbc926a + 83b868c commit 1be8449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This plugin allows for complex code splitting to be leveraged for improved cachi
Below are two examples of well tested splitting configurations. If you experience any issues with bespoke optimization configurations, we would love to hear about it!

#### Before:
Before this update, developers were limited to a single chunk stratagey. What the stratagey did was give developers a similar chunk method to `CommonsChunkPlugin` that was used in Webpack 3. We did not support `AggressiveSplittingPlugin`
Before this update, developers were limited to a single chunk strategy. What the strategy did was give developers a similar chunk method to `CommonsChunkPlugin` that was used in Webpack 3. We did not support `AggressiveSplittingPlugin`

```js
optimization: {
Expand Down

0 comments on commit 1be8449

Please sign in to comment.