Skip to content

Commit

Permalink
fix(docs): correct Node.js JavaScript stylings
Browse files Browse the repository at this point in the history
* nodejs -> Node.js
* javascript -> JavaScript

PR-URL: #3542
Credit: @relrelb
Close: #3542
Reviewed-by: @wraithgar
  • Loading branch information
relrelb authored and wraithgar committed Jul 13, 2021
1 parent d8eb49b commit 801a523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/content/using-npm/scripts.md
Expand Up @@ -303,8 +303,8 @@ Scripts are run by passing the line as a script argument to `sh`.
If the script exits with a code other than 0, then this will abort the
process.

Note that these script files don't have to be nodejs or even
javascript programs. They just have to be some kind of executable
Note that these script files don't have to be Node.js or even
JavaScript programs. They just have to be some kind of executable
file.

### Best Practices
Expand Down
2 changes: 1 addition & 1 deletion docs/content/using-npm/workspaces.md
Expand Up @@ -37,7 +37,7 @@ Workspaces are usually defined via the `workspaces` property of the

Given the above `package.json` example living at a current working
directory `.` that contains a folder named `workspace-a` that itself contains
a `package.json` inside it, defining a nodejs package, e.g:
a `package.json` inside it, defining a Node.js package, e.g:

```
.
Expand Down

0 comments on commit 801a523

Please sign in to comment.