diff --git a/docs/1.guide/98.typescript.md b/docs/1.guide/98.typescript.md index 9601b49661..b7fe9934d1 100644 --- a/docs/1.guide/98.typescript.md +++ b/docs/1.guide/98.typescript.md @@ -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)] @@ -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