Skip to content

Commit

Permalink
docs: fix typo (#24375)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemcode committed Nov 20, 2023
1 parent 6e44b1b commit 7863981
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
Expand Up @@ -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:

Expand Down

0 comments on commit 7863981

Please sign in to comment.