From 7863981762d60dbb62b0c55f9a2b3a6b0d9b9eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Ollivier?= Date: Mon, 20 Nov 2023 18:57:20 +0100 Subject: [PATCH] docs: fix typo (#24375) --- docs/2.guide/3.going-further/3.modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/3.going-further/3.modules.md b/docs/2.guide/3.going-further/3.modules.md index 5e41bce6a6..fe493bc39b 100644 --- a/docs/2.guide/3.going-further/3.modules.md +++ b/docs/2.guide/3.going-further/3.modules.md @@ -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: