From 79823a05051d16748e24ba077ba20018e340fc17 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 21 Jul 2021 04:31:15 +0200 Subject: [PATCH] Update resources/schema.json to use simpler wording around start/end of a regex Co-authored-by: Maks Rafalko --- resources/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/schema.json b/resources/schema.json index ed6d8b7d6..d4fabeefc 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -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",