Skip to content

Commit 5db6868

Browse files
authored
docs: fix type (TanStack#1617)
1 parent b0c2f67 commit 5db6868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/initial-query-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ By default, `initialData` is treated as totally fresh, as if it were just fetche
4444

4545
```js
4646
function Todos() {
47-
// Show initialTodos immeidately, but won't refetch until another interaction event is encountered after 1000 ms
47+
// Show initialTodos immediately, but won't refetch until another interaction event is encountered after 1000 ms
4848
const result = useQuery('todos', () => fetch('/todos'), {
4949
initialData: initialTodos,
5050
staleTime: 1000,

0 commit comments

Comments
 (0)