We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c3e027 + 6bc81a1 commit 7aaf07fCopy full SHA for 7aaf07f
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