From e04e667e78433b8e60298165dbeb4282f0fce43f Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Tue, 11 Apr 2023 13:09:29 +0100 Subject: [PATCH] docs: fix statement before list of compiler options --- site/content/docs/05-compile-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/05-compile-time.md b/site/content/docs/05-compile-time.md index 45dd454ea0..7aa91cc63a 100644 --- a/site/content/docs/05-compile-time.md +++ b/site/content/docs/05-compile-time.md @@ -33,7 +33,7 @@ const result = svelte.compile(source, { }); ``` -The following options can be passed to the compiler. None are required: +The following options (none of which are required) can be passed to the compiler: