Skip to content

Commit 430a0fe

Browse files
docs: fix typo (#156)
1 parent 4f63ec1 commit 430a0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žapps/content/content/docs/comparisons.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This comparison table helps you understand how oRPC differs from other popular T
1313
| Feature | oRPC | tRPC | ts-rest | Description |
1414
| ------------------------ | ---- | ---- | ------- | ------------------------------------------------------------------ |
1515
| End-to-end Type Safety | βœ… | βœ… | βœ… | Full TypeScript type inference from backend to frontend. |
16-
| End-to-end Type Error | βœ… | πŸ›‘ | βœ… | Full TYpeScript type inference for Error from backend to frontend. |
16+
| End-to-end Type Error | βœ… | πŸ›‘ | βœ… | Full TypeScript type inference for Error from backend to frontend. |
1717
| React Query Integration | βœ… | βœ… | 🟑 | Native support for React Query/TanStack Query. |
1818
| Vue Query Integration | βœ… | πŸ›‘ | 🟑 | Native support for Vue Query/TanStack Query. |
1919
| Pinia Colada Integration | βœ… | πŸ›‘ | πŸ›‘ | Native support for VPinia Colada. |

0 commit comments

Comments
Β (0)