docs(nuxt): remove hanging word in modules docs (#23242)

This commit is contained in:
Josh Jancourtz 2023-09-15 11:58:02 -04:00 committed by GitHub
parent f27c708bcd
commit 4c027e4b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: