From 1b607529a6ec479b4bb334da8b180902c277b9f3 Mon Sep 17 00:00:00 2001 From: ODAVING Date: Wed, 2 Oct 2019 14:28:12 -0400 Subject: [PATCH] docs: fix spelling error in angular component (#32971) change component class section of the docs Closes #32948 PR Close #32971 --- aio/content/guide/ajs-quick-reference.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aio/content/guide/ajs-quick-reference.md b/aio/content/guide/ajs-quick-reference.md index 6625e0083d..fd88a29ae9 100644 --- a/aio/content/guide/ajs-quick-reference.md +++ b/aio/content/guide/ajs-quick-reference.md @@ -1148,9 +1148,7 @@ The Angular code is shown using TypeScript. - In Angular, you create a component class. - - NOTE: If you are using TypeScript with AngularJS, you must use the `export` keyword to export the component class. + In Angular, you create a component class to contain the data model and control methods. Use the TypeScript export keyword to export the class so that the functionality can be imported into NgModules. For more information, see the [Components](guide/architecture#components) section of the [Architecture Overview](guide/architecture) page.