Skip to content

Commit

Permalink
docs: fix grammer (#3116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasjohnson authored Feb 22, 2025
1 parent f7e0e88 commit 1178f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.guide/1.utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import { useStorage } from '#imports'

## Async Context (Experimental)

Nitro (2.6+) enables a new server development experience in order to split application logic into smaller "composable" utilities that are fully decoupled from each other and can directly assess to a shared context (request event) without needing it to be passed along. This pattern is inspired from [Vue Composition API](https://vuejs.org/guide/extras/composition-api-faq.html#why-composition-api) and powered by [unjs/unctx](https://github.com/unjs/unctx).
Nitro (2.6+) enables a new server development experience in order to split application logic into smaller "composable" utilities that are fully decoupled from each other and can directly access a shared context (request event) without needing it to be passed along. This pattern is inspired from [Vue Composition API](https://vuejs.org/guide/extras/composition-api-faq.html#why-composition-api) and powered by [unjs/unctx](https://github.com/unjs/unctx).

::note
This feature is currently supported for Node.js and Bun runtimes and also coming soon to other presets that support [`AsyncLocalStorage`](https://nodejs.org/api/async_context.html#class-asynclocalstorage) interface.
Expand Down

0 comments on commit 1178f94

Please sign in to comment.