Skip to content

Commit 3695e41

Browse files
committed
chore: small readme fix
1 parent f3ac478 commit 3695e41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ import { api } from './my-api'
144144

145145
export const handler = api({
146146
parser: {
147-
request: MyRequestSchema
148-
response: MyResponseSchema
149-
path: PathSchema
150-
query: QueryStringSchema
147+
request: MyRequestSchema,
148+
response: MyResponseSchema,
149+
path: PathSchema,
150+
query: QueryStringSchema,
151151
},
152152
handler: async({ request, path, query, authorizer }) = {
153153
// request is the strongly typed request body

0 commit comments

Comments
 (0)