From 18ab0562e39671f0666787a3b55314bd8032e645 Mon Sep 17 00:00:00 2001 From: pngwn Date: Sat, 27 Jul 2019 01:52:55 +0100 Subject: [PATCH] Deunsplice the comma. --- site/content/docs/03-run-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`