Skip to content

Commit 61c889a

Browse files
committed
Fix typo
1 parent 7c0b216 commit 61c889a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Triggering events is the second most important action when working with forms an
6464
<button @click="submit">Submit</button>
6565
```
6666

67-
To trigger a click event, we can use the `trigger` event.
67+
To trigger a click event, we can use the `trigger` method.
6868

6969
```js
7070
test('trigger', async () => {

0 commit comments

Comments
 (0)