Skip to content

Commit d955e88

Browse files
committed
Fix: typo in the comment
Fix the typo in the comment Rest -> Reset
1 parent ca90ab0 commit d955e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function setupIntersectionMocking(mockFn: typeof jest.fn) {
8585
}
8686

8787
/**
88-
* Rest the IntersectionObserver mock to its initial state, and clear all the elements being observed.
88+
* Reset the IntersectionObserver mock to its initial state, and clear all the elements being observed.
8989
*/
9090
export function resetIntersectionMocking() {
9191
// @ts-ignore

0 commit comments

Comments
 (0)