From e374d98de6aa20b49b0da78a6dd36f52c0d42bcf Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Sun, 10 Mar 2024 01:42:06 +0800 Subject: [PATCH] chore: codegen --- packages/@biomejs/biome/configuration_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@biomejs/biome/configuration_schema.json b/packages/@biomejs/biome/configuration_schema.json index 3bba98735334..0b2e91a8641c 100644 --- a/packages/@biomejs/biome/configuration_schema.json +++ b/packages/@biomejs/biome/configuration_schema.json @@ -2651,12 +2651,12 @@ "TrailingCommas": { "oneOf": [ { - "description": "The formatter will remove the trailing comma", + "description": "The formatter will remove the trailing commas", "type": "string", "enum": ["none"] }, { - "description": "The trailing comma is allowed and advised", + "description": "The trailing commas are allowed and advised", "type": "string", "enum": ["all"] }