From 18793c896bd23027352dd881a4c81123640e4a97 Mon Sep 17 00:00:00 2001 From: ite-klass Date: Fri, 1 Dec 2017 16:04:57 +0100 Subject: [PATCH] docs(aio): Fix typo (#20732) Remove duplicate word 'to' PR Close #20732 --- aio/content/guide/aot-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index bedec81fa0..2f126c0ad1 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -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.