Skip to content

Commit

Permalink
Update resources/schema.json to use simpler wording around start/end …
Browse files Browse the repository at this point in the history
…of a regex

Co-authored-by: Maks Rafalko <b0rn@list.ru>
  • Loading branch information
Ocramius and maks-rafalko committed Jul 21, 2021
1 parent 440c49a commit 79823a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/schema.json
Expand Up @@ -71,7 +71,7 @@
"properties": {
"branch": {
"type": "string",
"description": "Mutation score badge for your GitHub project. If this value starts and ends with \"/\", it will be considered a regular expression.",
"description": "Mutation score badge for your GitHub project. If this value starts and ends with '/', it will be considered a regular expression.",
"exaples": [
"main",
"master",
Expand Down

0 comments on commit 79823a0

Please sign in to comment.