We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03cc43 commit 7d8c5d9Copy full SHA for 7d8c5d9
1 file changed
apps/site/pages/en/learn/typescript/introduction.md
@@ -74,7 +74,7 @@ These type definitions allow TypeScript to understand Node.js APIs and provide p
74
import * as fs from 'fs';
75
76
fs.readFile('example.txt', 'foo', (err, data) => {
77
-// ^^^ Argument of type '"foo"' is not assignable to parameter of type …
+ // ^^^ Argument of type '"foo"' is not assignable to parameter of type …
78
if (err) throw err;
79
console.log(data);
80
});
0 commit comments