docs: fix more typos in component overview (#39445)

PR Close #39445
This commit is contained in:
imkikus 2020-10-27 09:53:37 +05:30 committed by Alex Rickabaugh
parent cc4e0c66f6
commit 3f825d6f1e
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ To define a template within the component, add a `template` property to the `@Co
region="template">
</code-example>
If your want your template to span multiple lines, you can use backticks (<code> ` </code>).
If you want your template to span multiple lines, you can use backticks (<code> ` </code>).
For example:
<code-example
@ -175,7 +175,7 @@ The `styles` property takes an array of strings that contain the CSS rule declar
## Next steps
* For an archictural overview of components, see [Introduction to components and templates](guide/architecture-components).
* For an architectural overview of components, see [Introduction to components and templates](guide/architecture-components).
* For additional options you can use when creating a component, see [Component](api/core/Component) in the API Reference.
* For more information on styling components, see [Component styles](guide/component-styles).
* For more information on templates, see [Template syntax](guide/template-syntax).