site: add missing word

pull/7738/head
Josh Duff 6 years ago committed by Conduitry
parent 12ced15f62
commit 3856d678d3

@ -1380,7 +1380,7 @@ As with `<svelte:window>`, 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
<svelte:head>

Loading…
Cancel
Save