Skip to content

Commit

Permalink
docs: fix addTypeTemplate typos (#21520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebilicious committed Jun 11, 2023
1 parent ce4f463 commit f9acc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2.guide/3.going-further/3.modules.md
Expand Up @@ -463,9 +463,9 @@ export default defineNuxtModule({
#### Adding Type Declarations
You might also want to add a type declaration to the user's project (for example, to augment an Nuxt interface
You might also want to add a type declaration to the user's project (for example, to augment a Nuxt interface
or provide a global type of your own). For this, Nuxt provides the `addTypeTemplate` utility that both
writes a template to disk and adds a reference to it in the generated `nuxt.d.ts` file that.
writes a template to the disk and adds a reference to it in the generated `nuxt.d.ts` file that.
If your module should augment types handled by Nuxt, you can use `addTypeTemplate` to perform this operation:
Expand Down

0 comments on commit f9acc20

Please sign in to comment.