Skip to content

Commit bab9165

Browse files
authored
docs: ✏️ Fix typo in docs/framework/react/overview.md, "React Query" to "TanStack Query" (#8934)
1 parent 4a3c2fc commit bab9165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TanStack Query allows you to defeat and overcome the tricky challenges and hurdl
3535

3636
On a more technical note, TanStack Query will likely:
3737

38-
- Help you remove **many** lines of complicated and misunderstood code from your application and replace with just a handful of lines of React Query logic.
38+
- Help you remove **many** lines of complicated and misunderstood code from your application and replace with just a handful of lines of TanStack Query logic.
3939
- Make your application more maintainable and easier to build new features without worrying about wiring up new server state data sources
4040
- Have a direct impact on your end-users by making your application feel faster and more responsive than ever before.
4141
- Potentially help you save on bandwidth and increase memory performance

0 commit comments

Comments
 (0)