From 71e5c4179560dd2640b384f69fdd2b4bea87f886 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 --- 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 4ddf8ddd8caee..11ac4c76276ca 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.