Skip to content

Commit

Permalink
docs(typescript): tiny typos
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 committed Oct 20, 2024
1 parent 7a97b0a commit 876d67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.guide/98.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: tabler:brand-typescript
## `tsconfig.json`

To leverage type hints within your project, create a `tsconfig.json` file that extends auto generated types.
To leverage type hints within your project, create a `tsconfig.json` file that extends auto-generated types.

::code-group
```json [tsconfig.json (nitro)]
Expand Down Expand Up @@ -36,7 +36,7 @@ This can be useful in a CI environment or as a `postinstall` command in your `pa
:pm-x{command="nitro prepare"}

::tip
When using `nitro dev` command, types are also auto generated!
When using `nitro dev` command, types are also auto-generated!
::

::note
Expand Down

0 comments on commit 876d67e

Please sign in to comment.