Skip to content

Commit

Permalink
docs: fix typo (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit authored Feb 22, 2025
1 parent 4f63ec1 commit 430a0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/content/content/docs/comparisons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This comparison table helps you understand how oRPC differs from other popular T
| Feature | oRPC | tRPC | ts-rest | Description |
| ------------------------ | ---- | ---- | ------- | ------------------------------------------------------------------ |
| End-to-end Type Safety | βœ… | βœ… | βœ… | Full TypeScript type inference from backend to frontend. |
| End-to-end Type Error | βœ… | πŸ›‘ | βœ… | Full TYpeScript type inference for Error from backend to frontend. |
| End-to-end Type Error | βœ… | πŸ›‘ | βœ… | Full TypeScript type inference for Error from backend to frontend. |
| React Query Integration | βœ… | βœ… | 🟑 | Native support for React Query/TanStack Query. |
| Vue Query Integration | βœ… | πŸ›‘ | 🟑 | Native support for Vue Query/TanStack Query. |
| Pinia Colada Integration | βœ… | πŸ›‘ | πŸ›‘ | Native support for VPinia Colada. |
Expand Down

0 comments on commit 430a0fe

Please sign in to comment.