From ad642e31cd9907265af3777f7b385021ec26832b Mon Sep 17 00:00:00 2001 From: Trevor Karjanis <2351292+TrevorKarjanis@users.noreply.github.com> Date: Mon, 8 Apr 2019 10:04:19 -0500 Subject: [PATCH] docs: fix grammatical errors in the style guide (#29769) Fix grammatical errors in the Style Guide. There is no associated issue. PR Close #29769 --- aio/content/guide/styleguide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/styleguide.md b/aio/content/guide/styleguide.md index 9b18dbeec9..da70b2cc20 100644 --- a/aio/content/guide/styleguide.md +++ b/aio/content/guide/styleguide.md @@ -3156,7 +3156,7 @@ A typical *lazy loaded folder* contains a *routing component*, its child compone
-**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.