Skip to content

Commit

Permalink
docs(configuration): fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 committed Dec 2, 2024
1 parent 575144f commit ffc4e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.guide/97.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineNuxtConfig({
```
::

You can now access the runtime config using `useRuntimeConfig(event)`. Use `useRuntimeConfig(event)` within event handlers and utilities and **avoid** calling it in ambient global contexts. This could lead to unexpected behavior such sharing the same runtime config across different requests.
You can now access the runtime config using `useRuntimeConfig(event)`. Use `useRuntimeConfig(event)` within event handlers and utilities and **avoid** calling it in ambient global contexts. This could lead to unexpected behavior such as sharing the same runtime config across different requests.

::code-group
```ts [api/example.get.ts (nitro)]
Expand Down

0 comments on commit ffc4e0a

Please sign in to comment.