Skip to content

Commit 7d8c5d9

Browse files
fix: code format
1 parent c03cc43 commit 7d8c5d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/pages/en/learn/typescript/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ These type definitions allow TypeScript to understand Node.js APIs and provide p
7474
import * as fs from 'fs';
7575

7676
fs.readFile('example.txt', 'foo', (err, data) => {
77-
// ^^^ Argument of type '"foo"' is not assignable to parameter of type …
77+
// ^^^ Argument of type '"foo"' is not assignable to parameter of type …
7878
if (err) throw err;
7979
console.log(data);
8080
});

0 commit comments

Comments
 (0)