Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aio/content/guide/component-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ They are _not inherited_ by any components nested within the template nor by any

</div>

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.

<code-example language="sh" class="code-shell">
ng generate component hero-app --inline-style
Expand All @@ -189,7 +189,7 @@ They are _not inherited_ by any components nested within the template nor by any

<div class="l-sub-section">

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`.

</div>

Expand Down