Skip to content

Commit

Permalink
Update config.json (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Feb 16, 2024
1 parent 75f6f07 commit 6705bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
{
"command": "review",
"description": "Enable review for the target pull request. This is useful when the PR submitter wasn't in the watch list, the webhook was not captured, or some failed scenario occurred."
"description": "Enable review for the target pull request. This is useful when the PR submitter wasn't on the watch list, the webhook was not captured, or some failed scenario occurred."
},
{
"command": "track",
Expand All @@ -89,7 +89,7 @@
},
{
"command": "update snapshot",
"description": "Updaet tests snapshots (npm test -- -u) (only for **Node.js** projects)."
"description": "Update test snapshots (`npm test -- -u`) (only for **Node.js** projects)."
}
],
"pullRequests": {
Expand Down

0 comments on commit 6705bbd

Please sign in to comment.