Skip to content

Commit

Permalink
docs: typo for getValidatedQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Aug 22, 2023
1 parent a3ad8c2 commit 164f68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -213,7 +213,7 @@ H3 has a concept of composable utilities that accept `event` (from `eventHandler
#### Request

- `getQuery(event)`
- `getValidatedBody(event, validate)`
- `getValidatedQuery(event, validate)`
- `getRouterParams(event)`
- `getMethod(event, default?)`
- `isMethod(event, expected, allowHead?)`
Expand Down

0 comments on commit 164f68e

Please sign in to comment.