docs: fix a typo in aot compiler guide (#22876)

PR Close #22876
This commit is contained in:
Jinhyuk Kim 2018-03-20 16:05:25 +09:00 committed by Igor Minar
parent 64efcf103c
commit f461f43d72
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ JavaScript with [JsDoc](http://usejsdoc.org/) comments needed by the
### *annotationsAs*
Use this option to modify how the Angular specific annotations are emitted to improve tree-shaking. Non-Angular
annotations and decorators are unnaffected. Default is `static fields`.
annotations and decorators are unaffected. Default is `static fields`.
value | description
----------------|-------------------------------------------------------------