File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -303,8 +303,8 @@ Scripts are run by passing the line as a script argument to `sh`.
303303If the script exits with a code other than 0, then this will abort the
304304process.
305305
306- Note that these script files don't have to be nodejs or even
307- javascript programs. They just have to be some kind of executable
306+ Note that these script files don't have to be Node.js or even
307+ JavaScript programs. They just have to be some kind of executable
308308file.
309309
310310### Best Practices
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Workspaces are usually defined via the `workspaces` property of the
3737
3838Given the above ` package.json ` example living at a current working
3939directory ` . ` that contains a folder named ` workspace-a ` that itself contains
40- a ` package.json ` inside it, defining a nodejs package, e.g:
40+ a ` package.json ` inside it, defining a Node.js package, e.g:
4141
4242```
4343.
You can’t perform that action at this time.
0 commit comments