We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e78122 commit 5adaf0fCopy full SHA for 5adaf0f
apps/site/pages/en/learn/manipulating-files/reading-files-with-nodejs.md
@@ -95,7 +95,7 @@ import path from 'path';
95
import { pipeline } from 'node:stream/promises';
96
97
const fileUrl = 'https://www.gutenberg.org/files/2701/2701-0.txt';
98
-const outputFilePath = path.join(process.cwd(), 'mobey.md');
+const outputFilePath = path.join(process.cwd(), 'moby.md');
99
100
async function downloadFile(url, outoutPath) {
101
const response = await fetch(url);
0 commit comments