Skip to content

Commit

Permalink
docs: Typo fix (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrroll authored Jun 24, 2020
1 parent 8a40130 commit bc40a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ The query's state will still reflect that it is stale and has not been fetched y
## Suspense Mode
> NOTE: Suspense mode for React Query is experimental, same as Suspense for data fetchign itself. These APIs WILL change and should not be used in production unless you lock both your React and React Query versions to patch-level versions that are compatible with each other.
> NOTE: Suspense mode for React Query is experimental, same as Suspense for data fetching itself. These APIs WILL change and should not be used in production unless you lock both your React and React Query versions to patch-level versions that are compatible with each other.
React Query can also be used with React's new Suspense for Data Fetching API's. To enable this mode, you can set either the global or query level config's `suspense` option to `true`.
Expand Down

0 comments on commit bc40a0d

Please sign in to comment.