Skip to content

Commit 0e06f3f

Browse files
committed
docs: wording
1 parent 78bf1af commit 0e06f3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/.vitepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export default defineConfig({
4646
{
4747
text: 'Integration',
4848
items: [
49-
{ text: 'Node.js', link: '/node' },
5049
{ text: 'VSCode', link: '/vscode' },
50+
{ text: 'Node.js', link: '/node' },
5151
]
5252
},
5353
{

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What is _tsx_?
22

3-
`tsx` stands for _TypeScript Execute_, and it's a TypeScript enhanced Node.js.
3+
`tsx` stands for _TypeScript Execute_, and it's a simple command to run TypeScript in Node.js.
44

55
Because `tsx` is basically an alias to `node`, you can use it the same way:
66

@@ -16,7 +16,7 @@ tsx file.js
1616
```
1717
</div>
1818

19-
<sub>Since it's Node.js underneath, all command-line flags are supported. Use `tsx` just like you would use `node`!</sub>
19+
<sub>Since it's Node.js underneath, all command-line flags are supported. Use `tsx` as you would use `node`!</sub>
2020

2121
## Features
2222

@@ -55,7 +55,7 @@ TypeScript & ESM transformations are handled by [esbuild](https://esbuild.github
5555
- Only [certain `tsconfig.json` properties](https://esbuild.github.io/content-types/#tsconfig-json) are supported
5656
- [`emitDecoratorMetadata`](https://www.typescriptlang.org/tsconfig#emitDecoratorMetadata) is not supported
5757

58-
For details, refer to esbuild's [JavaScript caveats](https://esbuild.github.io/content-types/#javascript-caveats) and [TypeScript caveats](https://esbuild.github.io/content-types/#typescript-caveats) documentation.
58+
For details, see esbuild's [JavaScript caveats](https://esbuild.github.io/content-types/#javascript-caveats) and [TypeScript caveats](https://esbuild.github.io/content-types/#typescript-caveats) documentation.
5959

6060

6161
<style scoped>

0 commit comments

Comments
 (0)