diff --git a/aio/content/guide/component-styles.md b/aio/content/guide/component-styles.md index f7d564fca1..444da23b60 100644 --- a/aio/content/guide/component-styles.md +++ b/aio/content/guide/component-styles.md @@ -164,7 +164,7 @@ They are _not inherited_ by any components nested within the template nor by any -The CLI defines an empty `styles` array when you create the component with the `--inline-styles` flag. +The CLI defines an empty `styles` array when you create the component with the `--inline-style` flag. ng generate component hero-app --inline-style @@ -189,7 +189,7 @@ They are _not inherited_ by any components nested within the template nor by any
- You can specify more than one styles file or even a combination of `style` and `styleUrls`. + You can specify more than one styles file or even a combination of `styles` and `styleUrls`.