diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 4ddf8ddd8c..11ac4c7627 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -290,7 +290,7 @@ If a library exports something that the application doesn't import, a tree shaki Tree shaking was popularized by Rollup, a popular tool with an ecosystem of plugins for bundling, minification, and uglification. -Learn more about tree shaking and dead code elmination in +Learn more about tree shaking and dead code elimination in this post by rollup-creator, Rich Harris.