We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e85058 commit 81eeff1Copy full SHA for 81eeff1
src/guide/event-handling.md
@@ -42,7 +42,7 @@ test('emits an event when clicked', () => {
42
})
43
```
44
45
-> If you haven't seen `trigger()` before, don't worry. It's used to simulate user interaction. You can learn more in [Forms]./forms).
+> If you haven't seen `trigger()` before, don't worry. It's used to simulate user interaction. You can learn more in [Forms](./forms).
46
47
The first thing to notice is that `emitted()` returns an object, where each key matches an emitted event. In this case, `increment`.
48
0 commit comments