From a4a1c3c27293fe4993e81eaf24cf6fa030a9aacb Mon Sep 17 00:00:00 2001 From: Geoff Rich <4992896+geoffrich@users.noreply.github.com> Date: Wed, 9 Feb 2022 09:12:07 -0800 Subject: [PATCH] [docs] set language on FAQ code blocks (#7237) --- site/content/faq/450-how-do-i-document-my-components.md | 2 +- site/content/faq/500-what-about-typescript-support.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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