From 266eae88e273db5f27f80828f083d63d1c996ea3 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 9 Mar 2024 23:45:29 +0000 Subject: [PATCH] Fixed a typo --- resource/vditor/dist/js/i18n/en_US.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/vditor/dist/js/i18n/en_US.js b/resource/vditor/dist/js/i18n/en_US.js index a110a5f..b9b6253 100644 --- a/resource/vditor/dist/js/i18n/en_US.js +++ b/resource/vditor/dist/js/i18n/en_US.js @@ -3,7 +3,7 @@ window.VditorI18n = { 'alignLeft': 'Left', 'alignRight': 'Right', 'alternateText': 'Alternate text', - 'bold': 'Blod', + 'bold': 'Bold', 'both': 'editor & preview', 'check': 'Task List', 'close': 'Close',