Skip to content

Commit f174386

Browse files
authoredMar 31, 2025··
docs(react-guides): fixed cancellation typo (#8882)
1 parent ee5dc1a commit f174386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎docs/framework/react/guides/query-cancellation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ return (
190190

191191
## Limitations
192192

193-
Cancelation does not work when working with `Suspense` hooks: `useSuspenseQuery`, `useSuspenseQueries` and `useSuspenseInfiniteQuery`.
193+
Cancellation does not work when working with `Suspense` hooks: `useSuspenseQuery`, `useSuspenseQueries` and `useSuspenseInfiniteQuery`.

0 commit comments

Comments
 (0)
Please sign in to comment.