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