From 524d581dfdc386cd27dda4a32216e23e76e519e4 Mon Sep 17 00:00:00 2001 From: Alexey Elin Date: Mon, 14 Dec 2020 17:06:23 +0300 Subject: [PATCH] docs: fix typo (#40106) PR Close #40106 --- aio/content/guide/component-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/component-overview.md b/aio/content/guide/component-overview.md index 5b30913a1b..226e396f7d 100644 --- a/aio/content/guide/component-overview.md +++ b/aio/content/guide/component-overview.md @@ -163,7 +163,7 @@ To declare the styles for a component in a separate file, add a `stylesUrls` pro region="decorator"> -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.