Skip to content

Commit

Permalink
docs: fix indentation in markdown list (#5444)
Browse files Browse the repository at this point in the history
  • Loading branch information
yialo committed May 22, 2023
1 parent ae015f1 commit 318b3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react/reference/useQuery.md
Expand Up @@ -145,7 +145,7 @@ const {
- Optional
- This function will fire if the query encounters an error and will be passed the error.
- `onSettled: (data?: TData, error?: TError) => void`
- **Deprecated** - this callback will be removed in the next major version
- **Deprecated** - this callback will be removed in the next major version
- Optional
- This function will fire any time the query is either successfully fetched or errors and be passed either the data or error.
- `select: (data: TData) => unknown`
Expand Down

0 comments on commit 318b3a5

Please sign in to comment.