From 3f825d6f1e1137ec27017b528d2b9f3ba868ebdd Mon Sep 17 00:00:00 2001 From: imkikus Date: Tue, 27 Oct 2020 09:53:37 +0530 Subject: [PATCH] docs: fix more typos in component overview (#39445) PR Close #39445 --- aio/content/guide/component-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/component-overview.md b/aio/content/guide/component-overview.md index e3d5e037c7..8d7c280a41 100644 --- a/aio/content/guide/component-overview.md +++ b/aio/content/guide/component-overview.md @@ -138,7 +138,7 @@ To define a template within the component, add a `template` property to the `@Co region="template"> -If your want your template to span multiple lines, you can use backticks ( ` ). +If you want your template to span multiple lines, you can use backticks ( ` ). For example: