From e40f37210b27300109a8b033f615f631cb5ce8b1 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 25 Jul 2024 11:42:15 -0400 Subject: [PATCH] chore: tweak xmlns docs --- documentation/docs/02-template-syntax/09-special-elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/02-template-syntax/09-special-elements.md b/documentation/docs/02-template-syntax/09-special-elements.md index 3baa652185..a46779c1cc 100644 --- a/documentation/docs/02-template-syntax/09-special-elements.md +++ b/documentation/docs/02-template-syntax/09-special-elements.md @@ -64,7 +64,7 @@ If `this` is the name of a [void element](https://developer.mozilla.org/en-US/do Foo ``` -Svelte tries its best to infer the correct namespace from its surroundings, but that's not always possible to analyze statically. You can give a hint by adding a `xmlns` attribute: +Svelte tries its best to infer the correct namespace from the element's surroundings, but it's not always possible. You can make it explicit with an `xmlns` attribute: ```svelte