Skip to content

Commit 3bd9f58

Browse files
committed
Fix some name stylings
* nodejs -> Node.js * javascript -> JavaScript
1 parent 665a7bd commit 3bd9f58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/using-npm/scripts.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)