Skip to content

Commit 58fb6e4

Browse files
authoredJul 29, 2022
docs: fix typos (#1498)
1 parent 19eb2f9 commit 58fb6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎website/tutorial/basic/01-project-setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Hello World!
124124

125125
> You can try to change the script, and notice that the server restarts automatically on every change!
126126
127-
The `index.ts` is the project entrypoint - this is where your NodeJS project starts and this runs the rest of the code.
127+
The `main.ts` is the project entrypoint - this is where your NodeJS project starts and this runs the rest of the code.
128128

129129
Congratulations! You now have a ready-to-use project with NodeJS, TypeScript and development scripts configured.
130130

0 commit comments

Comments
 (0)
Please sign in to comment.