diff --git a/aio/content/guide/component-overview.md b/aio/content/guide/component-overview.md index 226e396f7dba0..400e8dd1d0241 100644 --- a/aio/content/guide/component-overview.md +++ b/aio/content/guide/component-overview.md @@ -156,7 +156,7 @@ An Angular component requires a template defined using `template` or `templateUr You can declare component styles uses for its template in one of two ways: by referencing an external file, or directly within the component. -To declare the styles for a component in a separate file, add a `stylesUrls` property to the `@Component` decorator. +To declare the styles for a component in a separate file, add a `styleUrls` property to the `@Component` decorator.