Skip to content

Commit cea0b6a

Browse files
committed
Addressed feedback from tomdale
1 parent 566bc74 commit cea0b6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ of calling `node-inspector`, call `[path to node-inspector]/bin/inspector.js`
470470
[Node 6.3](https://nodejs.org/en/blog/release/v6.3.0/) is the first version to
471471
offer support for the `--inspect` flag. This is intended to replace usage of
472472
tools like node-inspector. However the `--inspect` flag isn't suitable for
473-
debugging Fastboot apps because Node does not support debugging of code in a vm
473+
debugging FastBoot apps because Node does not support debugging of code in a vm
474474
module context (see [this issue](https://github.com/nodejs/node/issues/7593)),
475-
which is a module that Fastboot utilizes.
475+
which is a module that FastBoot utilizes.
476476

477477
Because of this, it's recommended to use either node-inspector, or Node's
478478
[out-of-process debugging utility](https://nodejs.org/api/debugger.html#debugger_debugger),

0 commit comments

Comments
 (0)