Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit eed98d0

Browse files
committed
middleware README 오탈자 수정
1 parent d2b9832 commit eed98d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/middlewares/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
```typescript
3333
// middleware.ts
3434

35-
import { chain, oldIosCookiesMiddleware } from './middlewares'
35+
import { constructMiddleware, oldIosCookiesMiddleware } from './middlewares'
3636

3737
export default constructMiddleware([
3838
oldTripleIosCookiesMiddleware,

0 commit comments

Comments
 (0)