From 48323519adeadab601f3351ddbc270ed8dde6e80 Mon Sep 17 00:00:00 2001 From: plgingras88 <34991510+plgingras88@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:34:20 -0400 Subject: [PATCH 1/2] typo setContext should be getContext --- 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 87f254129e50..730b434d668f 100644 --- a/documentation/docs/06-runtime/02-context.md +++ b/documentation/docs/06-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 2c489f53c8625c6d2102c594c83703c2a4c81e0f Mon Sep 17 00:00:00 2001 From: Conduitry