Skip to content

Commit

Permalink
chore(server-utils): tiny typos
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 committed Nov 11, 2024
1 parent 9563e9a commit 02a5e76
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 @@ -6,7 +6,7 @@ icon: ri:tools-line

> Enjoy auto-imported server utils and extend with your own utils.
## Auto imports
## Auto-imports

When reading the rest of the docs, you might notice that there are no `imports` in examples for using utilities.
It is because Nitro uses [unjs/unimport](https://github.com/unjs/unimport) to auto import utilities when used with full tree-shaking support so you don't have to!
Expand Down Expand Up @@ -68,7 +68,7 @@ The types are auto-generated for global auto-imports when running the `prepare`

## Manual imports

For some edge cases (IDE support and libraries in `node_modules`) it is impossible to rely on auto imports.
For some edge cases (IDE support and libraries in `node_modules`) it is impossible to rely on auto-imports.

You can explicitly import them from virtual `#imports` file.

Expand Down

0 comments on commit 02a5e76

Please sign in to comment.