Skip to content

Commit cd9b598

Browse files
authored
Merge pull request #77 from yamacent/fix-form
Fix typo
2 parents 7c0b216 + 61c889a commit cd9b598

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)