Skip to content

Commit fa82e8f

Browse files
authored
Update apps/site/pages/en/blog/release/v22.18.0.md
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 2cca0ec commit fa82e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/blog/release/v22.18.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: Antoine du Hamel
1515
Node.js will be able to execute TypeScript files without additional configuration:
1616

1717
```console
18-
$ echo 'const foo: string = 'World'; console.log(`Hello ${foo}!`);' > file.ts
18+
$ echo 'const foo: string = "World"; console.log(`Hello ${foo}!`);' > file.ts
1919
$ node file.ts
2020
Hello World!
2121
```

0 commit comments

Comments
 (0)