File tree 2 files changed +3
-3
lines changed
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`.
303
303
If the script exits with a code other than 0, then this will abort the
304
304
process.
305
305
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
308
308
file.
309
309
310
310
### 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
37
37
38
38
Given the above ` package.json ` example living at a current working
39
39
directory ` . ` 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:
41
41
42
42
```
43
43
.
You can’t perform that action at this time.
0 commit comments