Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
condorheroblog committed Aug 14, 2024
1 parent 087d0b5 commit d798db4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const DEFAULT_FONT_SIZE_LIST = [
] as const;

/** Default font size value */
export const DEFAULT_FONT_SIZE_VALUE = 'defaut' as const;
export const DEFAULT_FONT_SIZE_VALUE = 'default' as const;

/** Options for setting image size in the bubble menu */
export enum IMAGE_SIZE {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const locale: Record<string, string> = {
'editor.format': 'Format Painter',
'editor.draghandle.tooltip': 'Modify',
'editor.copyToClipboard': 'CopyToClipboard',
'editor.importWrod.tooltip': 'Import Word',
'editor.importWord.tooltip': 'Import Word',
'editor.slash': "Press '/' for commands",
'editor.slash.empty': 'No Result',
'editor.slash.format': 'Format',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/vi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const locale: Record<string, string> = {
'editor.format': 'Format Painter',
'editor.draghandle.tooltip': 'Sửa đổi',
'editor.copyToClipboard': 'CopyToClipboard',
'editor.importWrod.tooltip': 'Nhập Word',
'editor.importWord.tooltip': 'Nhập Word',
'editor.slash': "Nhấn '/' để biết lệnh",
'editor.slash.empty': 'Không có kết quả',
'editor.slash.format': 'Định dạng',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const locale = {
'editor.format': '格式刷',
'editor.draghandle.tooltip': '修改',
'editor.copyToClipboard': '复制到剪贴板',
'editor.importWrod.tooltip': '导入 Word',
'editor.importWord.tooltip': '导入 Word',
'editor.slash': "按 '/' 使用命令",
'editor.slash.empty': '无结果',
'editor.slash.format': '格式',
Expand Down

0 comments on commit d798db4

Please sign in to comment.