Skip to content

Commit 0427255

Browse files
fix: fix word spelling errors (#1129)
1 parent 68b55a3 commit 0427255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -958,11 +958,11 @@
958958
},
959959
"i18n-ally.theme.annotationBorder": {
960960
"type": "string",
961-
"defult": "rgba(153, 153, 153, .2)"
961+
"default": "rgba(153, 153, 153, .2)"
962962
},
963963
"i18n-ally.theme.annotationMissingBorder": {
964964
"type": "string",
965-
"defult": "rgba(153, 153, 153, .2)"
965+
"default": "rgba(153, 153, 153, .2)"
966966
},
967967
"i18n-ally.regex.key": {
968968
"type": "string",

0 commit comments

Comments
 (0)