diff --git a/documentation/docs/05-special-elements/05-svelte-element.md b/documentation/docs/05-special-elements/05-svelte-element.md index 17ce06799c..ef7dc32066 100644 --- a/documentation/docs/05-special-elements/05-svelte-element.md +++ b/documentation/docs/05-special-elements/05-svelte-element.md @@ -29,3 +29,5 @@ Svelte tries its best to infer the correct namespace from the element's surround ```svelte ``` + +`this` needs to be a valid DOM element tag, things like `#text` or `svelte:head` will not work.