From c1251a8430fb47e94fcd31830601772193a29b73 Mon Sep 17 00:00:00 2001 From: Juan Camilo Giraldo Chaverra Date: Thu, 11 Jan 2018 10:46:20 -0500 Subject: [PATCH] docs(aio): fix typo on AOT compiler section --- 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 0b31bb486d..a314c98a02 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -103,7 +103,7 @@ You can control your app compilation by providing template compiler options in t This option tells the compiler not to produce `.metadata.json` files. The option is `false` by default. -`.metadata.json` files contain infomration needed by the template compiler from a `.ts` +`.metadata.json` files contain information needed by the template compiler from a `.ts` file that is not included in the `.d.ts` file produced by the TypeScript compiler. This information contains, for example, the content of annotations (such as a component's template) which TypeScript emits to the `.js` file but not to the `.d.ts` file.