From 83b868c63078dca538883bcf933e2e4550e9b794 Mon Sep 17 00:00:00 2001 From: "Anders D. Johnson" Date: Thu, 2 Aug 2018 08:46:50 -0500 Subject: [PATCH] docs: fix typo 'stratagey' to 'strategy' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79263ea..d61e68f 100644 --- a/README.md +++ b/README.md @@ -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: {