docs(aio): Fix typo (#20732)

Remove duplicate word 'to'

PR Close #20732
This commit is contained in:
ite-klass 2017-12-01 16:04:57 +01:00 committed by Igor Minar
parent e7cdb9f660
commit 18793c896b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
The Angular Ahead-of-Time (AOT) compiler converts your Angular HTML and TypeScript code into efficient JavaScript code during the build phase _before_ the browser downloads and runs that code.
This guide explains how to to build with the AOT compiler and how to write Angular metadata that AOT can compile.
This guide explains how to build with the AOT compiler and how to write Angular metadata that AOT can compile.
<div class="l-sub-section">