You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/dom-events.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ const wrapper = mount(MyButton)
10
10
wrapper.trigger('click')
11
11
```
12
12
13
-
You should be aware, that findreturns a wrapper as well. Assuming `MyComponent` contains a button, the following code clicks the button.
13
+
You should be aware that the `find` method returns a `Wrapper` as well. Assuming `MyComponent` contains a button, the following code clicks the button.
0 commit comments