Skip to content

Commit 1798a36

Browse files
authored
Merge pull request #31 from SkyaTura/patch-1
Fix typo on blog/integrate-trpc-with-elysia.md
2 parents ec2717a + fc21968 commit 1798a36

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)