diff --git a/documentation/docs/06-runtime/02-context.md b/documentation/docs/06-runtime/02-context.md index 87f254129e50..62dd0c6a9e7b 100644 --- a/documentation/docs/06-runtime/02-context.md +++ b/documentation/docs/06-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}