Skip to content

Commit e4da8dd

Browse files
docs: Update does-this-replace-client-state.md (TanStack#3070)
changed "any boilerplate code that use" to boilerplate code that was used" to improve the clarity of the sentence.
1 parent ebf1e68 commit e4da8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/does-this-replace-client-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const globalState = {
3838
}
3939
```
4040

41-
This also means that with a few hook calls to `useQuery` and `useMutation`, we also get to remove any boilerplate code that use to manage our server state eg.
41+
This also means that with a few hook calls to `useQuery` and `useMutation`, we also get to remove any boilerplate code that was used to manage our server state eg.
4242

4343
- Connectors
4444
- Action Creators

0 commit comments

Comments
 (0)