Skip to content

Commit 622df6a

Browse files
authored
docs: fix typo in fetch.md
Fixed typo in the "Streaming Responses with Undici" section. The word "chucks" has been replaced with "chunks." Signed-off-by: SaberLS <[email protected]>
1 parent 5230197 commit 622df6a

File tree

1 file changed

+1
-1
lines changed
  • apps/site/pages/en/learn/getting-started

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/getting-started/fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ try {
128128

129129
## Streaming Responses with Undici
130130

131-
[Streams](https://nodejs.org/docs/v22.14.0/api/stream.html#stream) is a feature in Node.js that allows you to read and write chucks of data.
131+
[Streams](https://nodejs.org/docs/v22.14.0/api/stream.html#stream) is a feature in Node.js that allows you to read and write chunks of data.
132132

133133
```js
134134
import { stream } from 'undici';

0 commit comments

Comments
 (0)