From accac6362707c3170742eb2f589cfde22d8878b5 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 29 Jun 2021 15:41:51 +0200 Subject: [PATCH] docs --- 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 9a8d6a69b5..785bd4f6ba 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -929,7 +929,7 @@ The following initialisation options can be provided: | option | default | description | | --- | --- | --- | -| `target` | **none** | An `HTMLElement` to render to. This option is required +| `target` | **none** | An `HTMLElement` or `ShadowRoot` to render to. This option is required | `anchor` | `null` | A child of `target` to render the component immediately before | `props` | `{}` | An object of properties to supply to the component | `context` | `new Map()` | A `Map` of root-level context key-value pairs to supply to the component