Skip to content

Commit fc21968

Browse files
authored
Fix typo on blog/integrate-trpc-with-elysia.md
1 parent ec2717a commit fc21968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/integrate-trpc-with-elysia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Then in the Elysia server, we import the router and register tRPC router with `.
102102
```typescript
103103
import { Elysia } from 'elysia'
104104
import { cors } from '@elysiajs/cors' // [!code ++]
105-
import { trpc } '@elysiajs/trpc' // [!code ++]
105+
import { trpc } from '@elysiajs/trpc' // [!code ++]
106106
107107
import { router } from './trpc' // [!code ++]
108108

0 commit comments

Comments
 (0)