Skip to content

Commit 01b4184

Browse files
authored
docs: remove undefined createMiddleware in Hono integration (#394)
Removes the unused (and also undefined) `createMiddleware` function from the Hono integration docs. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated the integration guide’s code example for clearer, up-to-date usage instructions. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 08f0a9e commit 01b4184

File tree

1 file changed

+1
-1
lines changed
  • apps/content/docs/integrations

1 file changed

+1
-1
lines changed

apps/content/docs/integrations/hono.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Integrate oRPC with Hono
1111

1212
```ts
1313
import { Hono } from 'hono'
14-
import { createMiddleware, RPCHandler } from '@orpc/server/fetch'
14+
import { RPCHandler } from '@orpc/server/fetch'
1515

1616
const app = new Hono()
1717

0 commit comments

Comments
 (0)