docs: fix typo (#40106)

PR Close #40106
This commit is contained in:
Alexey Elin 2020-12-14 17:06:23 +03:00 committed by Alex Rickabaugh
parent 19d43af627
commit 524d581dfd
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ To declare the styles for a component in a separate file, add a `stylesUrls` pro
region="decorator">
</code-example>
To select the styles within the component, add a `styles` property to the `@Component` decorator that contains the styles you want to use.
To declare the styles within the component, add a `styles` property to the `@Component` decorator that contains the styles you want to use.
<code-example
path="component-overview/src/app/component-overview/component-overview.component.3.ts"