diff --git a/documentation/docs/05-special-elements/03-svelte-document.md b/documentation/docs/05-special-elements/03-svelte-document.md index 43f02865e6..47c382ee56 100644 --- a/documentation/docs/05-special-elements/03-svelte-document.md +++ b/documentation/docs/05-special-elements/03-svelte-document.md @@ -10,12 +10,12 @@ title: ``` -Similarly to ``, this element allows you to add listeners to events on `document`, such as `visibilitychange`, which don't fire on `window`. It also lets you use [actions](use) on `document`. +Similarly to ``, this element allows you to add listeners to events on `document`, such as `visibilitychange`, which don't fire on `window`. It also lets you use [attachments](@attach) on `document`. As with ``, this element may only appear the top level of your component and must never be inside a block or element. ```svelte - + ``` You can also bind to the following properties: