From 912742f1ca3179e8479f246aa262dcaef3f5a2bf Mon Sep 17 00:00:00 2001 From: Jamie Krug Date: Fri, 2 Mar 2018 12:41:03 -0500 Subject: [PATCH] docs: fix typos referencing inline component styles (#22557) PR Close #22557 --- aio/content/guide/component-styles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.