docs: fix typo (#24375)

This commit is contained in:
Clément Ollivier 2023-11-20 18:57:20 +01:00 committed by GitHub
parent 6e44b1b6b6
commit 7863981762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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