We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c38aea commit 2976233Copy full SHA for 2976233
README.md
@@ -10,7 +10,7 @@ Vitest reporter to create annotations when running tests in GitHub Actions.
10
11

12
13
-Thanks to [`jest-github-actions-reporter`](https://github.com/cschleiden/jest-github-actions-reporter) for ideas.
+Thanks to [`jest-github-actions-reporter`](https://github.com/cschleiden/jest-github-actions-reporter) for the ideas.
14
15
## Install
16
@@ -50,6 +50,6 @@ The image below is a preview when it is `false`.
50
### `hideStackTrace`
51
52
_Default: `false`_
53
-Hides stacktrace in message.
+Hides stack trace in the message.
54
The image below is a preview when it is `true`.
55

0 commit comments