8
0
فهرست منبع

Update src/commands/utils.js

Aleksander Nowodzinski 5 سال پیش
والد
کامیت
2dd9890a47
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-table/src/commands/utils.js

+ 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() );
  *