From e7746816b9bdeea01aba869af84fafd330f81d0c Mon Sep 17 00:00:00 2001 From: naitokosuke Date: Thu, 14 Aug 2025 16:45:19 +0900 Subject: [PATCH] =?UTF-8?q?fix(textlint/package.json):=20"A=20absolute"=20?= =?UTF-8?q?=E2=86=92=20"An=20absolute"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/textlint/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/textlint/package.json b/packages/textlint/package.json index 87716a0..674d9ba 100644 --- a/packages/textlint/package.json +++ b/packages/textlint/package.json @@ -66,12 +66,12 @@ "textlint.configPath": { "type": "string", "default": null, - "description": "A absolute path to textlint config file." + "description": "An absolute path to textlint config file." }, "textlint.ignorePath": { "type": "string", "default": null, - "description": "A absolute path to textlint ignore file." + "description": "An absolute path to textlint ignore file." }, "textlint.nodePath": { "type": "string",