From e0a32e0cbee4b18603b0da327df6b40fc54e0e81 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Fri, 22 Dec 2023 20:24:00 -0800 Subject: [PATCH] Remove period from `description` --- src/schemas/json/circleciconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/json/circleciconfig.json b/src/schemas/json/circleciconfig.json index 6f54766c5da..00661f96469 100644 --- a/src/schemas/json/circleciconfig.json +++ b/src/schemas/json/circleciconfig.json @@ -1314,7 +1314,7 @@ }, "properties": { "version": { - "description": "The version field is intended to be used in order to issue warnings for deprecation or breaking changes.", + "description": "The version field is intended to be used in order to issue warnings for deprecation or breaking changes", "default": 2.1, "enum": [2, 2.1] },