We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0b216 commit 61c889aCopy full SHA for 61c889a
src/guide/forms.md
@@ -64,7 +64,7 @@ Triggering events is the second most important action when working with forms an
64
<button @click="submit">Submit</button>
65
```
66
67
-To trigger a click event, we can use the `trigger` event.
+To trigger a click event, we can use the `trigger` method.
68
69
```js
70
test('trigger', async () => {
0 commit comments