From 65db40986035e0d20b8e1da8e4006e16d2c12971 Mon Sep 17 00:00:00 2001 From: waedi Date: Thu, 12 Dec 2024 20:22:06 +0100 Subject: [PATCH] docs: typo in ## script_context_deprecated (#14694) * Fix typo in ## script_context_deprecated Changed +++context+++ to +++module+++ * regenerate --------- Co-authored-by: Rich Harris --- documentation/docs/98-reference/.generated/compile-warnings.md | 2 +- packages/svelte/messages/compile-warnings/template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/98-reference/.generated/compile-warnings.md b/documentation/docs/98-reference/.generated/compile-warnings.md index 88b1f278a6..f6f2585df2 100644 --- a/documentation/docs/98-reference/.generated/compile-warnings.md +++ b/documentation/docs/98-reference/.generated/compile-warnings.md @@ -775,7 +775,7 @@ Reassignments of module-level declarations will not cause reactive statements to ``` ```svelte - ``` diff --git a/packages/svelte/messages/compile-warnings/template.md b/packages/svelte/messages/compile-warnings/template.md index b15b01241b..33e635bdb2 100644 --- a/packages/svelte/messages/compile-warnings/template.md +++ b/packages/svelte/messages/compile-warnings/template.md @@ -57,7 +57,7 @@ This code will work when the component is rendered on the client (which is why t > `context="module"` is deprecated, use the `module` attribute instead ```svelte - ```