Skip to content

Commit d8c46ce

Browse files
author
Tommy Tan
authored
docs: update testing.md (#3278)
fixes sentence by removing "our".
1 parent 6d6d9d0 commit d8c46ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ await waitFor(() => {
128128
expect(result.current.data).toEqual({answer: 42});
129129
```
130130

131-
Here we are making use of `waitFor` and waiting until our the query status indicates that the request has succeeded. This way we know that our hook has finished and should have the correct data.
131+
Here we are making use of `waitFor` and waiting until the query status indicates that the request has succeeded. This way we know that our hook has finished and should have the correct data.
132132

133133
## Testing Load More / Infinite Scroll
134134

0 commit comments

Comments
 (0)