Skip to content

Commit 81eeff1

Browse files
committed
Fix link
1 parent 5e85058 commit 81eeff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/event-handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test('emits an event when clicked', () => {
4242
})
4343
```
4444

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).
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).
4646
4747
The first thing to notice is that `emitted()` returns an object, where each key matches an emitted event. In this case, `increment`.
4848

0 commit comments

Comments
 (0)