docs: fix grammatical errors in the style guide (#29769)

Fix grammatical errors in the Style Guide.

There is no associated issue.

PR Close #29769
This commit is contained in:
Trevor Karjanis 2019-04-08 10:04:19 -05:00 committed by Igor Minar
parent 09975120fd
commit ad642e31cd
1 changed files with 2 additions and 2 deletions

View File

@ -3156,7 +3156,7 @@ A typical *lazy loaded folder* contains a *routing component*, its child compone
<div class="s-why">
**Why?** components have templates containing HTML and optional Angular template syntax.
**Why?** Components have templates containing HTML and optional Angular template syntax.
They display content.
Developers place components on the page as they would native HTML elements and web components.
@ -4229,7 +4229,7 @@ Use Lifecycle hooks to tap into important events exposed by Angular.
**Why?** Lifecycle interfaces prescribe typed method
signatures. use those signatures to flag spelling and syntax mistakes.
signatures. Use those signatures to flag spelling and syntax mistakes.
</div>