Skip to content

Commit 4c5971c

Browse files
authored
Misprint (#28)
1 parent edaafe0 commit 4c5971c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/background-fetching-indicators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In addition to individual query loading states, if you would like to show a glob
3737
const isFetching = useIsFetching()
3838
</script>
3939

40-
{#if $isFetchingResult}
40+
{#if $isFetching}
4141
<div>Queries are fetching in the background...</div>
4242
{/if}
4343
```

0 commit comments

Comments
 (0)