docs(aio): fix typo

PR Close #20042
This commit is contained in:
Sergey Koshechkin 2017-10-31 02:16:58 +03:00 committed by Matias Niemelä
parent a161b4ab6d
commit 548a809a05
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ If a library exports something that the application doesn't import, a tree shaki
Tree shaking was popularized by
<a href="http://rollupjs.org/" title="Rollup">Rollup</a>, 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
<a href="https://medium.com/@Rich_Harris/tree-shaking-versus-dead-code-elimination-d3765df85c80#.15ih9cyvl" title="Tree-shaking and Dead Code Elimination">
this post</a> by rollup-creator, Rich Harris.