Szymon Cofalik před 6 roky
rodič
revize
732a1ef17c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/ckeditor5-table/src/tablewalker.js

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

@@ -328,7 +328,7 @@ export default class TableWalker {
 	}
 
 	/**
-	 * Returns the cell element that is spanned at `row` x `column` location.
+	 * Returns the cell element that is spanned over `row` x `column` location.
 	 *
 	 * @private
 	 * @param {Number} row Row index of the cell location.