8
0
Эх сурвалжийг харах

Update src/commands/utils.js

Aleksander Nowodzinski 5 жил өмнө
parent
commit
2dd9890a47

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

@@ -30,7 +30,7 @@ export function findAncestor( parentName, positionOrElement ) {
 }
 
 /**
- * Returns a first selected table cell from a multi-cell or in-cell selection.
+ * Returns the first selected table cell from a multi-cell or in-cell selection.
  *
  *		const tableCell = getSelectedTableCell( editor.model.document.selection.getFirstPosition() );
  *