Skip to content

Commit 5c7cc43

Browse files
Update apps/site/pages/en/learn/typescript/run-natively.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 5501881 commit 5c7cc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/typescript/run-natively.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors: AugustinMauroy, khaosdoctor, jakebailey, robpalme
88

99
You can write code that's valid TypeScript directly in Node.js without the need to transpile it first.
1010

11-
If you are using v22.18.0 or later and your source code contains only [erasable TypeScript syntax](https://devblogs.microsoft.com/typescript/announcing-typescript-5-8-beta/#the---erasablesyntaxonly-option), can you just run directly without any flag.
11+
If you are using v22.18.0 or later and your source code contains only [erasable TypeScript syntax](https://devblogs.microsoft.com/typescript/announcing-typescript-5-8-beta/#the---erasablesyntaxonly-option), you can just run directly without any flag.
1212

1313
```bash
1414
node example.ts

0 commit comments

Comments
 (0)