Skip to content

Commit 58c1321

Browse files
authored
docs: fix typo in intro (testing-library#1067)
1 parent 467310a commit 58c1321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-event/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ with any framework as long as there is a DOM.
2121
## Difference to `fireEvent`
2222

2323
The built-in [`fireEvent`](dom-testing-library/api-events.mdx#fireevent) is a
24-
utility to easier dispatch events. It dispatches exactly the events you tell it
24+
utility to easily dispatch events. It dispatches exactly the events you tell it
2525
to and just those - even if those exact events never had been dispatched in a
2626
real interaction in a browser.
2727

0 commit comments

Comments
 (0)