diff --git a/documentation/docs/04-runtime/02-context.md b/documentation/docs/04-runtime/02-context.md index 6314a32740eb..5bea5d895032 100644 --- a/documentation/docs/04-runtime/02-context.md +++ b/documentation/docs/04-runtime/02-context.md @@ -80,9 +80,9 @@ Context is not inherently reactive. If you need reactive values in context then ```svelte
Count is {value.count}