diff --git a/docs/framework/react/reference/useQuery.md b/docs/framework/react/reference/useQuery.md index 92856e9988..a1071afebd 100644 --- a/docs/framework/react/reference/useQuery.md +++ b/docs/framework/react/reference/useQuery.md @@ -172,7 +172,7 @@ const { **Returns** -- `status: String` +- `status: QueryStatus` - Will be: - `pending` if there's no cached data and no query attempt was finished yet. - `error` if the query attempt resulted in an error. The corresponding `error` property has the error received from the attempted fetch