mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs(nuxt): remove hanging word in modules docs (#23242)
This commit is contained in:
parent
f27c708bcd
commit
4c027e4b40
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user