8
0
Просмотр исходного кода

Docs: Update src/commands/utils.js

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
8b0f102f81
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-table/src/commands/utils.js

+ 1 - 1
packages/ckeditor5-table/src/commands/utils.js

@@ -59,7 +59,7 @@ export function createEmptyTableCell( writer, insertPosition, attributes = {} )
 }
 
 /**
- * Returns a string if all four values of box edges are equal.
+ * Returns a string if all four values of box sides are equal.
  *
  * If string is passed it is treated as a single value (pass-through).
  *