From 3d0a50f975ce836ab9d45d2e089dda6db4cf7e0e Mon Sep 17 00:00:00 2001 From: Josh Duff Date: Sat, 12 Oct 2019 07:17:42 -0500 Subject: [PATCH] site: add missing word --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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