We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3e027 commit 6bc81a1Copy full SHA for 6bc81a1
1 file changed
docs/_guide/actions.md
@@ -51,7 +51,7 @@ Remember! Actions are _automatically_ bound using the `@controller` decorator. T
51
import { controller, target } from "@github/catalyst"
52
53
@controller
54
-class HelloController extends Controller {
+class HelloController extends HTMLElement {
55
@target nameTarget: HTMLElement
56
@target outputTarget: HTMLElement
57
0 commit comments