Skip to content

Commit ae64b89

Browse files
authored
Update docs/_guide/rendering.md
1 parent e2a841e commit ae64b89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/_guide/rendering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ import { html, render } from "@github/jtml"
9494
@controller
9595
class HelloWorldElement extends HTMLElement {
9696
@attr name = 'World'
97+
9798
connectedCallback() {
9899
this.attachShadow({mode: 'open'})
99100
}

0 commit comments

Comments
 (0)