Skip to content

Commit df717fa

Browse files
authored
docs: typo (#761)
title. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Corrected minor typographical errors in the blog post content to improve readability and accuracy. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 53096e7 commit df717fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/content/blog/v1-announcement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ titleTemplate: ':title'
66

77
# oRPC v1 Announcement - Typesafe APIs Made Simple 🪄
88

9-
oRPC is a thing help you build type-safe APIs with TypeScript. It's has own goal but can fairly be compared to other libraries like tRPC, ts-rest, next-safe-action, etc. or even serve as an alternative to them.
9+
oRPC is a thing help you build type-safe APIs with TypeScript. It has its own goal but can fairly be compared to other libraries like tRPC, ts-rest, next-safe-action, etc. or even serve as an alternative to them.
1010

1111
## My Story
1212

@@ -97,15 +97,15 @@ Benchmark results can vary across environments and depend heavily on factors lik
9797
:::
9898

9999
::: info
100-
You can read more about comparion [here](/docs/comparison)
100+
You can read more about comparison [here](/docs/comparison)
101101
:::
102102

103103
## ts-rest alternative
104104

105105
After running into the OpenAPI issues with tRPC, I tried ts-rest. While it helped with OpenAPI, I soon found it was missing features I relied on from tRPC, like flexible middleware and easy handling of certain data types (like Dates or Files). After using it for some APIs, I felt it wasn't the complete solution I wanted. This frustration was a key reason I started building oRPC.
106106

107107
::: info
108-
You can read more about comparion [here](/docs/comparison)
108+
You can read more about comparison [here](/docs/comparison)
109109
:::
110110

111111
## next-safe-action alternative

0 commit comments

Comments
 (0)