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