Skip to content

Commit 1be8449

Browse files
Merge pull request #68 from AndersDJohnson/patch-1
docs: fix typo 'stratagey' to 'strategy'
2 parents dbc926a + 83b868c commit 1be8449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This plugin allows for complex code splitting to be leveraged for improved cachi
7979
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!
8080

8181
#### Before:
82-
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`
82+
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`
8383

8484
```js
8585
optimization: {

0 commit comments

Comments
 (0)