Selaa lähdekoodia

Docs: Small fix.

Szymon Cofalik 6 vuotta sitten
vanhempi
commit
732a1ef17c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.