docs: Correct a few typographical errors. (#39405)

PR Close #39405
This commit is contained in:
Deborah Kurata 2020-10-23 17:52:32 -07:00 committed by Alex Rickabaugh
parent 1508fd290b
commit 80531de496
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ To create a new component manually:
For more information on defining a component's template, see [Defining a component's template](#defining-a-components-template).
1. Select the styles for the component's template.
In most cases, you define the styles for you component's template in a separate file.
In most cases, you define the styles for your component's template in a separate file.
<code-example
path="component-overview/src/app/component-overview/component-overview.component.ts"