Skip to content

Commit 7aaf07f

Browse files
authored
Merge pull request #28 from github/extend-htmlelement
Extend HTMLElement rather than controller in docs
2 parents 1c3e027 + 6bc81a1 commit 7aaf07f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_guide/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Remember! Actions are _automatically_ bound using the `@controller` decorator. T
5151
import { controller, target } from "@github/catalyst"
5252

5353
@controller
54-
class HelloController extends Controller {
54+
class HelloController extends HTMLElement {
5555
@target nameTarget: HTMLElement
5656
@target outputTarget: HTMLElement
5757

0 commit comments

Comments
 (0)