Grammatical changes to help with readability (#27453)

Changed "this much must be already known to you" to " You should already know this much".
This commit is contained in:
N1ck1234
2019-01-17 12:19:42 -05:00
committed by Tom
parent 1107893fc3
commit 10a789e2b8

View File

@ -12,7 +12,7 @@ Let's say you have a file named as `contents.js`. You would run the file using t
node contents.js
```
This much must be already known to you since you're writing Node.js code. Now any errors that pop up must be debugged. To run the file in debug mode append the keyword `inspect` while running the file.
You should already know this much since you're writing Node.js code. Now any errors that pop up must be debugged. To run the file in debug mode append the keyword `inspect` while running the file.
```bash
node inspect contents.js