Skip to content

Commit 0971792

Browse files
authored
docs: fix unintended code block level (#572)
1 parent 216eefa commit 0971792

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/plugins/trpc.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const app = new Elysia().use(trpc(router)).listen(3000)
5353

5454
Accept the tRPC router and register to Elysia's handler.
5555

56-
````ts
56+
```typescript
5757
trpc(
5858
router: Router,
5959
option?: {
@@ -67,4 +67,3 @@ trpc(
6767
### endpoint
6868

6969
The path to the exposed TRPC endpoint.
70-
````

0 commit comments

Comments
 (0)