Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 49bb4c1

Browse files
author
ThanhTDT
committed
.
1 parent d559bac commit 49bb4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Likewise be sure to stop the debugger before returning to your normal `npm start
302302
#### Using attach debug configuration
303303
VS Code debuggers also support attaching to an already running program. The `Attach` configuration has already configured, everything you need to do is change `Debug Configuration` to `Attach` and hit `F5`.
304304

305-
> Tips! Instead of running `npm start`, using `npm run debug` and `Attach Configuration` that make you don't need to stop running project.
305+
> Tips! Instead of running `npm start`, using `npm run debug` and `Attach Configuration` that make you don't need to stop running project to debug.
306306
307307
## Testing
308308
For this project, I chose [Jest](https://facebook.github.io/jest/) as our test framework.

0 commit comments

Comments
 (0)