From 4006c9b6e6137cb43540dfb2566563a206e8c5d4 Mon Sep 17 00:00:00 2001 From: thanhpd Date: Wed, 3 Oct 2018 00:24:36 +0700 Subject: [PATCH] docs: fix spelling errors (#26213) PR Close #26213 --- aio/content/guide/aot-compiler.md | 6 +++--- aio/content/guide/comparing-observables.md | 2 +- aio/content/guide/dependency-injection-in-action.md | 4 ++-- aio/content/guide/dependency-injection-navtree.md | 2 +- aio/content/guide/deployment.md | 2 +- aio/content/guide/forms-overview.md | 4 ++-- aio/content/guide/http.md | 2 +- aio/content/guide/i18n.md | 4 ++-- aio/content/guide/transition-and-triggers.md | 4 ++-- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 8a46e61d92..c5f21e0640 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -1241,7 +1241,7 @@ Chuck: After reviewing your PR comment I'm still at a loss. See [comment there]( ### Non-null type assertion operator Use the [non-null type assertion operator](guide/template-syntax#non-null-assertion-operator) - to suppress the `Object is possibly 'undefined'` error when it is incovienent to use + to suppress the `Object is possibly 'undefined'` error when it is inconvenient to use `*ngIf` or when some constraint in the component ensures that the expression is always non-null when the binding expression is interpolated. @@ -1366,7 +1366,7 @@ for example, the content of annotations (such as a component's template), which emits to the `.js` file but not to the `.d.ts` file. This option should be set to `true` if you are using TypeScript's `--outFile` option, because the metadata files -are not valid for this style of TypeScript output. It is not recommeded to use `--outFile` with +are not valid for this style of TypeScript output. It is not recommended to use `--outFile` with Angular. Use a bundler, such as [webpack](https://webpack.js.org/), instead. This option can also be set to `true` when using factory summaries because the factory summaries @@ -1461,7 +1461,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`.