Skip to content

Commit

Permalink
docs(fetch): provide comma for clarity (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 authored Jan 2, 2025
1 parent f0f0dd8 commit f9113c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.guide/7.fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ export default defineEventHandler(async (event) => {
})
```

In reality, no fetch request is made and the handler is directly called thanks to [unjs/unenv](https://unenv.unjs.io). This is useful to avoid making HTTP request overhead.
In reality, no fetch request is made and the handler is directly called, thanks to [unjs/unenv](https://unenv.unjs.io). This is useful to avoid making HTTP request overhead.

0 comments on commit f9113c6

Please sign in to comment.