From 02cd164c08b684d0eba56102d24f3ccdf6d5f4ae Mon Sep 17 00:00:00 2001 From: "Bill Kurtson(hc7r)" Date: Mon, 21 Oct 2024 12:55:15 +0200 Subject: [PATCH 1/2] Fix typo in Context Docs - Change "setContext" to "getContext" when reading assigning a variable --- documentation/docs/04-runtime/02-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/04-runtime/02-context.md b/documentation/docs/04-runtime/02-context.md index 6314a32740eb..516e2dd0fde0 100644 --- a/documentation/docs/04-runtime/02-context.md +++ b/documentation/docs/04-runtime/02-context.md @@ -82,7 +82,7 @@ Context is not inherently reactive. If you need reactive values in context then

Count is {value.count}

From f78bdcd5a20f064fe4dbdcb9dd461f940ac457b2 Mon Sep 17 00:00:00 2001 From: "Bill Kurtson(hc7r)" Date: Mon, 21 Oct 2024 13:23:32 +0200 Subject: [PATCH 2/2] Import getContext to match other changes --- documentation/docs/04-runtime/02-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/04-runtime/02-context.md b/documentation/docs/04-runtime/02-context.md index 516e2dd0fde0..5bea5d895032 100644 --- a/documentation/docs/04-runtime/02-context.md +++ b/documentation/docs/04-runtime/02-context.md @@ -80,7 +80,7 @@ Context is not inherently reactive. If you need reactive values in context then ```svelte