Skip to content

Commit 26223d0

Browse files
authored
Add missing word and expand wording for clarity (#1482)
1 parent b9ffe09 commit 26223d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ an option for a different purpose in subcommands.
711711
712712
Example file: [positional-options.js](./examples/positional-options.js)
713713
714-
With positional options, the `-b` is a program option in the first line and a subcommand option in the second:
714+
With positional options, the `-b` is a program option in the first line and a subcommand option in the second line:
715715
716716
```sh
717717
program -b subcommand
@@ -725,7 +725,7 @@ To use pass through options in a subcommand, the program needs to enable positio
725725
726726
Example file: [pass-through-options.js](./examples/pass-through-options.js)
727727
728-
With pass through options, the `--port=80` is a program option in the line and passed through as a command-argument in the second:
728+
With pass through options, the `--port=80` is a program option in the first line and passed through as a command-argument in the second line:
729729
730730
```sh
731731
program --port=80 arg

0 commit comments

Comments
 (0)