diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index b878f1453e..da731d920a 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1380,7 +1380,7 @@ As with ``, this element allows you to add listeners to events on --- -This element makes it possible to insert elements into `document.head`. During server-side rendering, `head` content exposed separately to the main `html` content. +This element makes it possible to insert elements into `document.head`. During server-side rendering, `head` content is exposed separately to the main `html` content. ```html