docs(aio): fix typo on AOT compiler section

This commit is contained in:
Juan Camilo Giraldo Chaverra 2018-01-11 10:46:20 -05:00 committed by Igor Minar
parent b551f844e4
commit 221ae6998a
1 changed files with 1 additions and 1 deletions

View File

@ -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.