From 3d6e98605f7d3a4e017067c36dd49082a2f3647f Mon Sep 17 00:00:00 2001 From: Tan Li Hau Date: Wed, 21 Jul 2021 12:58:29 +0800 Subject: [PATCH] Update site/content/docs/03-run-time.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- 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 a14051c152..814fc6970f 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -206,7 +206,7 @@ contexts: Map = getAllContexts() --- -Retrieves the whole context map that belongs to the closest parent component. Must be called during component initialisation. Useful for example if you programmatically create a component and want to pass the existing context to it. +Retrieves the whole context map that belongs to the closest parent component. Must be called during component initialisation. Useful, for example, if you programmatically create a component and want to pass the existing context to it. ```sv