Skip to content

Commit 5adaf0f

Browse files
committed
spelling
1 parent 2e78122 commit 5adaf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/manipulating-files/reading-files-with-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ import path from 'path';
9595
import { pipeline } from 'node:stream/promises';
9696

9797
const fileUrl = 'https://www.gutenberg.org/files/2701/2701-0.txt';
98-
const outputFilePath = path.join(process.cwd(), 'mobey.md');
98+
const outputFilePath = path.join(process.cwd(), 'moby.md');
9999

100100
async function downloadFile(url, outoutPath) {
101101
const response = await fetch(url);

0 commit comments

Comments
 (0)