Skip to content

Commit

Permalink
docs(nuxt): remove hanging word in modules docs (nuxt#23242)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcolpal authored Sep 15, 2023
1 parent f27c708 commit 4c027e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/3.going-further/3.modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ export default defineNuxtModule({
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 the 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.
If your module should augment types handled by Nuxt, you can use `addTypeTemplate` to perform this operation:
Expand Down

0 comments on commit 4c027e4

Please sign in to comment.