Update site/content/docs/03-run-time.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/6528/head
Tan Li Hau 5 years ago committed by GitHub
parent 09b09e772c
commit 3d6e98605f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -206,7 +206,7 @@ contexts: Map<any, any> = 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
<script>

Loading…
Cancel
Save