Skip to content

Commit 3d48019

Browse files
author
Juan Je García
authored
chore: fix typo (#608)
remove extra `been`.
1 parent 2613d66 commit 3d48019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pure.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ function cleanupAtContainer(container) {
105105
// react-testing-library's version of fireEvent will call
106106
// dom-testing-library's version of fireEvent wrapped inside
107107
// an "act" call so that after all event callbacks have been
108-
// been called, the resulting useEffect callbacks will also
109-
// be called.
108+
// called, the resulting useEffect callbacks will also be
109+
// called.
110110
function fireEvent(...args) {
111111
let returnValue
112112
act(() => {

0 commit comments

Comments
 (0)