From 221ae6998a6bda3f7b66036c5e8fe68e48afc8b8 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 2b6d83c08b..f82d9b3d27 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.