Skip to content

Commit

Permalink
docs(core): fix typo in component overview (#40269)
Browse files Browse the repository at this point in the history
There is a sentence that mentions `stylesUrls` but should be changed to `styleUrls`.

PR Close #40269
  • Loading branch information
akashnishant1031 authored and josephperrott committed Jan 5, 2021
1 parent ff7cbdc commit 6b56bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/component-overview.md
Expand Up @@ -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.

<code-example
path="component-overview/src/app/component-overview/component-overview.component.ts"
Expand Down

0 comments on commit 6b56bdf

Please sign in to comment.