Skip to content

Commit 0a1d2da

Browse files
author
CI User
committed
CLI documentation update from CI
1 parent d0e3790 commit 0a1d2da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/cli/v6/using-npm/scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ Scripts are run by passing the line as a script argument to `sh`.
260260
If the script exits with a code other than 0, then this will abort the
261261
process.
262262

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

267267
### Hook Scripts

content/cli/v7/using-npm/scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ Scripts are run by passing the line as a script argument to `sh`.
311311
If the script exits with a code other than 0, then this will abort the
312312
process.
313313

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

318318
### Best Practices

content/cli/v7/using-npm/workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Workspaces are usually defined via the `workspaces` property of the
4545

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

5050
```
5151
.

0 commit comments

Comments
 (0)