mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: typo in modules (#23602)
This commit is contained in:
parent
c3f0d5703e
commit
037d74ec75
@ -263,7 +263,7 @@ When you need to handle more complex configuration alterations, you should consi
|
|||||||
|
|
||||||
#### Exposing Options to Runtime
|
#### 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) -->
|
<!-- TODO: Update after #18466 (or equivalent) -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user