Skip to content

Commit

Permalink
chore: tiny typos
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 committed Nov 11, 2024
1 parent 02a5e76 commit 3398df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.guide/1.utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is because Nitro uses [unjs/unimport](https://github.com/unjs/unimport) to au

## H3 utils

Nitro enables all [h3 utils](https://h3.unjs.io/utils) as auto imports so you can use `defineEventHandler`, `readBody`, etc. without manually importing them.
Nitro enables all [h3 utils](https://h3.unjs.io/utils) as auto-imports so you can use `defineEventHandler`, `readBody`, etc. without manually importing them.

::read-more{title="H3 Docs" to="https://h3.unjs.io/utils"}
::
Expand Down Expand Up @@ -108,7 +108,7 @@ export default defineNuxtConfig({
```
::

After enabling this flag, you can use `useEvent()` (auto imported) in any utility or composable to access the request event without manually passing it along:
After enabling this flag, you can use `useEvent()` (auto-imported) in any utility or composable to access the request event without manually passing it along:

::code-group
```ts [with async context]
Expand Down

0 comments on commit 3398df3

Please sign in to comment.