Skip to content

Commit 801a523

Browse files
relrelbwraithgar
authored andcommitted
fix(docs): correct Node.js JavaScript stylings
* nodejs -> Node.js * javascript -> JavaScript PR-URL: #3542 Credit: @relrelb Close: #3542 Reviewed-by: @wraithgar
1 parent d8eb49b commit 801a523

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/using-npm/scripts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ Scripts are run by passing the line as a script argument to `sh`.
303303
If the script exits with a code other than 0, then this will abort the
304304
process.
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
308308
file.
309309

310310
### Best Practices

docs/content/using-npm/workspaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Workspaces are usually defined via the `workspaces` property of the
3737

3838
Given the above `package.json` example living at a current working
3939
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:
4141

4242
```
4343
.

0 commit comments

Comments
 (0)