Explorar el Código

Docs: fixed typo.

Szymon Cofalik hace 9 años
padre
commit
78c102fcb4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/view/domconverter.js

+ 1 - 1
packages/ckeditor5-engine/src/view/domconverter.js

@@ -681,7 +681,7 @@ export default class DomConverter {
 	 * Returns `true` if given selection is a backward selection, that is, if it's `focus` is before `anchor`.
 	 *
 	 * @param {Selection} DOM Selection instance to check.
-	 * @return {Boolean}
+	 * @returns {Boolean}
 	 */
 	isDomSelectionBackward( selection ) {
 		if ( selection.isCollapsed ) {