Skip to content

Commit

Permalink
Merge pull request #455 from fkmy/fix-typos
Browse files Browse the repository at this point in the history
Fix some typos in README
  • Loading branch information
dnephin authored Nov 13, 2024
2 parents 31f5275 + 33f8e05 commit ac6dad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ gotestsum --post-run-command notify

**Example: command with flags**

Possitional arguments or command line flags can be passed to the `--post-run-command` by
Positional arguments or command line flags can be passed to the `--post-run-command` by
quoting the whole command.

```
Expand Down Expand Up @@ -273,11 +273,11 @@ stdout and stderr output:
non-JSON output, you can use `--ignore-non-json-output-lines` (added in version 1.7.0)
to ignore non-JSON lines and write them to `gotestsum`'s stderr instead.
* Any stderr produced by the script will be considered an error (this behaviour
is necessary because package build errors are only reported by writting to
is necessary because package build errors are only reported by writing to
stderr, not the `test2json` stdout). Any stderr produced by tests is not
considered an error (it will be in the `test2json` stdout).

**Example: accept intput from stdin**
**Example: accept input from stdin**
```
cat out.json | gotestsum --raw-command -- cat
```
Expand Down

0 comments on commit ac6dad9

Please sign in to comment.