From 548a809a05c21eb67b6580002e9d9184bbe6a5aa Mon Sep 17 00:00:00 2001 From: Sergey Koshechkin Date: Tue, 31 Oct 2017 02:16:58 +0300 Subject: [PATCH] docs(aio): fix typo PR Close #20042 --- aio/content/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.