Skip to content

Commit dfa7a2a

Browse files
authored
Apply suggestions from code review
1 parent a96af65 commit dfa7a2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/commands/npm-run-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm run test -- --grep="pattern"
3232
```
3333

3434
The arguments will only be passed to the script specified after ```npm run```
35-
and not to any `pre` or `post script.
35+
and not to any `pre` or `post` script.
3636

3737
The `env` script is a special built-in command that can be used to list
3838
environment variables that will be available to the script at runtime. If an
@@ -56,7 +56,7 @@ instead of
5656
```
5757

5858
The actual shell your script is run within is platform dependent. By default,
59-
on Unix-like systems it is the `/bin/sh` command, on Windows it is the
59+
on Unix-like systems it is the `/bin/sh` command, on Windows it is
6060
`cmd.exe`.
6161
The actual shell referred to by `/bin/sh` also depends on the system.
6262
You can customize the shell with the `script-shell` configuration.
@@ -102,7 +102,7 @@ Skips running `pre` and `post` scripts.
102102
* Default: `null`
103103

104104
Optional custom script to use to execute the command. If not defined defaults
105-
to `/bin/sh` on Unix, defaults to `env.comspec` or `cmd` on Windows.
105+
to `/bin/sh` on Unix, defaults to `env.comspec` or `cmd.exe` on Windows.
106106

107107
#### silent
108108

0 commit comments

Comments
 (0)