There was an error while loading. Please reload this page.
2 parents 905cb94 + 9ce2132 commit ceeb514Copy full SHA for ceeb514
docs/guide-events.md
@@ -63,7 +63,7 @@ getting blurred. To simulate this behavior you can simply replace `fireEvent`
63
with imperative focus:
64
65
```diff
66
-- fireEvent.focus(getByText('focus me');
+- fireEvent.focus(getByText('focus me'));
67
+ getByText('focus me').focus();
68
```
69
0 commit comments