From 2cb2513f77b8aed229dd2a5e37abc09b6cfa581b Mon Sep 17 00:00:00 2001 From: ThanhTDT Date: Thu, 27 Jul 2017 21:13:53 +0700 Subject: [PATCH] fix: word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db85a4c..b83fde5 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ Likewise be sure to stop the debugger before returning to your normal `npm start #### Using attach debug configuration 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`. -> Tip! Instead of running `npm start`, using `npm run debug` and `Attach Configuration` that make you don't need to stop running project. +> Tips! Instead of running `npm start`, using `npm run debug` and `Attach Configuration` that make you don't need to stop running project. ## Testing For this project, I chose [Jest](https://facebook.github.io/jest/) as our test framework.