From a690b90bed7fd6fe9b590ecaa71033d696b9ba79 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 4 Aug 2021 12:15:44 -0400 Subject: [PATCH] update docs --- site/content/docs/02-template-syntax.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index bbf3071583..712bc7ca48 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1586,7 +1586,9 @@ All except `scrollX` and `scrollY` are readonly. --- -As with ``, this element allows you to add listeners to events on `document.body`, such as `mouseenter` and `mouseleave` which don't fire on `window`; and it has to appear at the top level of your component. +Similarly to ``, this element allows you to add listeners to events on `document.body`, such as `mouseenter` and `mouseleave`, which don't fire on `window`. It also lets you use [actions](docs#use_action) on the `` element. + +`` also has to appear at the top level of your component. ```sv