Skip to content

Commit

Permalink
Fix: typo in the comment
Browse files Browse the repository at this point in the history
Fix the typo in the comment

Rest -> Reset
  • Loading branch information
Kwakcena committed Sep 18, 2023
1 parent ca90ab0 commit d955e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function setupIntersectionMocking(mockFn: typeof jest.fn) {
}

/**
* Rest the IntersectionObserver mock to its initial state, and clear all the elements being observed.
* Reset the IntersectionObserver mock to its initial state, and clear all the elements being observed.
*/
export function resetIntersectionMocking() {
// @ts-ignore
Expand Down

0 comments on commit d955e88

Please sign in to comment.