From 430a0fe974d60037a8c5508b023577ecea88ed9b Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 22 Feb 2025 16:29:47 +0700 Subject: [PATCH] docs: fix typo (#156) --- apps/content/content/docs/comparisons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/content/content/docs/comparisons.mdx b/apps/content/content/docs/comparisons.mdx index bbd832d8..4cabc8f5 100644 --- a/apps/content/content/docs/comparisons.mdx +++ b/apps/content/content/docs/comparisons.mdx @@ -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. |