diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index 8d4fe3f630..b5bd966625 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -156,7 +156,7 @@ Like lifecycle functions, this must be called during component initialisation. ``` -> Context is not inherently reactive, if you need reactive values in context then you can pass a store into context, which *will* be reactive. +> Context is not inherently reactive. If you need reactive values in context then you can pass a store into context, which *will* be reactive. #### `getContext`