mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: fix typo (#24375)
This commit is contained in:
parent
6e44b1b6b6
commit
7863981762
@ -274,7 +274,7 @@ export default defineNuxtModule({
|
||||
})
|
||||
```
|
||||
|
||||
Note that we use [`defu`](https://github.com/unjs/defu) to extend the public runtime configuration the user can provides instead of overwriting it.
|
||||
Note that we use [`defu`](https://github.com/unjs/defu) to extend the public runtime configuration the user provides instead of overwriting it.
|
||||
|
||||
You can then access your module options in a plugin, component, the application like any other runtime configuration:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user