瀏覽代碼

Add missing the.

Maciej Gołaszewski 5 年之前
父節點
當前提交
f7c7aa4842
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/src/tableselection.js

+ 1 - 1
packages/ckeditor5-table/src/tableselection.js

@@ -128,7 +128,7 @@ export default class TableSelection extends Plugin {
 	}
 
 	/**
-	 * Updates current table selection end element. Table selection is defined by a start and an end element.
+	 * Updates the current table selection end element. Table selection is defined by a start and an end element.
 	 * This method updates the end element. Must be preceded by {@link #startSelectingFrom}.
 	 *
 	 *		editor.plugins.get( 'TableSelection' ).startSelectingFrom( startTableCell );