Skip to content

Commit 695f039

Browse files
committed
Fix typo in README
1 parent c7cb6cb commit 695f039

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
@@ -146,7 +146,7 @@ loaded asynchronously at runtime. This reduces the initial loading time.
146146
webpack can do many optimizations to **reduce the output size of your
147147
JavaScript** by deduplicating frequently used modules, minifying, and giving
148148
you full control of what is loaded initially and what is loaded at runtime
149-
through code splitting. It can also can make your code chunks **cache
149+
through code splitting. It can also make your code chunks **cache
150150
friendly** by using hashes.
151151

152152
[Optimization documentation](https://webpack.github.io/docs/optimization.html)

0 commit comments

Comments
 (0)