From 4da310dc8f1112aa40e9befd1a1edbc63af9e92a Mon Sep 17 00:00:00 2001 From: Darshan D N Date: Mon, 25 Aug 2025 17:22:11 +0530 Subject: [PATCH] Update queries.md --- docs/framework/react/guides/queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/guides/queries.md b/docs/framework/react/guides/queries.md index 8107801143..3c0cb22ed9 100644 --- a/docs/framework/react/guides/queries.md +++ b/docs/framework/react/guides/queries.md @@ -120,7 +120,7 @@ TypeScript will also narrow the type of `data` correctly if you've checked for ` In addition to the `status` field, you will also get an additional `fetchStatus` property with the following options: -- `fetchStatus === 'fetching'` - The query is currently fetching. +- `fetchStatus === 'fetching the data'` - The query is currently fetching. - `fetchStatus === 'paused'` - The query wanted to fetch, but it is paused. Read more about this in the [Network Mode](../network-mode.md) guide. - `fetchStatus === 'idle'` - The query is not doing anything at the moment.