diff --git a/site/content/faq/450-how-do-i-document-my-components.md b/site/content/faq/450-how-do-i-document-my-components.md index 78177abd549..4574d029617 100644 --- a/site/content/faq/450-how-do-i-document-my-components.md +++ b/site/content/faq/450-how-do-i-document-my-components.md @@ -4,7 +4,7 @@ question: How do I document my components? In editors which use the Svelte Language Server you can document Components, functions and exports using specially formatted comments. -````svelte +````sv