Skip to content

Commit

Permalink
docs: fix import name (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
meirlamdan authored Feb 24, 2024
1 parent 31b1c3f commit 9651f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.guide/4.event.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An event is passed through all the lifecycle hooks and composable utils to use i
**Example:**

```js
import { defineEventHandler, readBody, query } from "h3";
import { defineEventHandler, readBody, getQuery } from "h3";

app.use(
defineEventHandler((event) => {
Expand Down

0 comments on commit 9651f65

Please sign in to comment.