docs: typo in modules (#23602)

This commit is contained in:
Eugen Istoc 2023-10-10 10:49:33 -04:00 committed by GitHub
parent c3f0d5703e
commit 037d74ec75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ When you need to handle more complex configuration alterations, you should consi
#### Exposing Options to Runtime
Because modules aren't part of the application runtime, their options aren't too. However, in many cases, you might need access to some of these module options within your runtime code. We recommend exposing the needed config using Nuxt's [`runtimeConfig`](/docs/api/configuration/nuxt-config#runtimeconfig).
Because modules aren't part of the application runtime, their options aren't either. However, in many cases, you might need access to some of these module options within your runtime code. We recommend exposing the needed config using Nuxt's [`runtimeConfig`](/docs/api/configuration/nuxt-config#runtimeconfig).
<!-- TODO: Update after #18466 (or equivalent) -->