We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8823380 + fc85066 commit 79f919cCopy full SHA for 79f919c
1 file changed
docs/_guide/targets.md
@@ -30,10 +30,10 @@ import { controller, target } from "@github/catalyst"
30
31
@controller
32
class HelloWorldElement extends HTMLElement {
33
- @target outputTarget: HTMLElement
+ @target output: HTMLElement
34
35
greet() {
36
- this.outputTarget.textContent = `Hello, world!`
+ this.output.textContent = `Hello, world!`
37
}
38
39
```
0 commit comments