From ec62449ed4ee10ae85b749ba012e4fd324752186 Mon Sep 17 00:00:00 2001 From: Christian Decker <50999401+cmdecker95@users.noreply.github.com> Date: Sat, 17 May 2025 19:53:26 -0400 Subject: [PATCH] chore: fix docs typo in 02-context.md Fix imported module path from 'svelte' to './state.svelte.js' to help the reader see where the custom global state object comes from (in the context of the tutorial). --- documentation/docs/06-runtime/02-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/06-runtime/02-context.md b/documentation/docs/06-runtime/02-context.md index 4204bcfe6d..f395de421c 100644 --- a/documentation/docs/06-runtime/02-context.md +++ b/documentation/docs/06-runtime/02-context.md @@ -125,7 +125,7 @@ In many cases this is perfectly fine, but there is a risk: if you mutate the sta ```svelte