Skip to content

Commit 87a59b0

Browse files
authored
docs: Fix typos in dependent-queries.md (TanStack#1624)
Fix typo from 'achive' to 'achieve'. :)
1 parent dd6c61d commit 87a59b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/dependent-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: dependent-queries
33
title: Dependent Queries
44
---
55

6-
Dependent (or serial) queries depend on previous ones to finish before they can execute. To achive this, it's as easy as using the `enabled` option to tell a query when it is ready to run:
6+
Dependent (or serial) queries depend on previous ones to finish before they can execute. To achieve this, it's as easy as using the `enabled` option to tell a query when it is ready to run:
77

88
```js
99
// Get the user

0 commit comments

Comments
 (0)