diff --git a/src/guide/forms.md b/src/guide/forms.md index a79e456..76a7f2e 100644 --- a/src/guide/forms.md +++ b/src/guide/forms.md @@ -64,7 +64,7 @@ Triggering events is the second most important action when working with forms an ``` -To trigger a click event, we can use the `trigger` event. +To trigger a click event, we can use the `trigger` method. ```js test('trigger', async () => {