From 0427255756876fff75493d9ba85648ce52b9c9e4 Mon Sep 17 00:00:00 2001 From: fsen Date: Fri, 31 May 2024 21:39:18 +0800 Subject: [PATCH] fix: fix word spelling errors (#1129) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22ae4236..3376ecc7 100644 --- a/package.json +++ b/package.json @@ -958,11 +958,11 @@ }, "i18n-ally.theme.annotationBorder": { "type": "string", - "defult": "rgba(153, 153, 153, .2)" + "default": "rgba(153, 153, 153, .2)" }, "i18n-ally.theme.annotationMissingBorder": { "type": "string", - "defult": "rgba(153, 153, 153, .2)" + "default": "rgba(153, 153, 153, .2)" }, "i18n-ally.regex.key": { "type": "string",