8
0
Просмотр исходного кода

Update src/mentionediting.js

Co-Authored-By: jodator <jodator@gmail.com>
Szymon Cofalik 6 лет назад
Родитель
Сommit
0b906eb3f3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-mention/src/mentionediting.js

+ 1 - 1
packages/ckeditor5-mention/src/mentionediting.js

@@ -236,7 +236,7 @@ function checkMentionAttributeOnNode( node ) {
 	return text == expectedText;
 }
 
-// Yields all text nodes with broken mentions from a range - even if mention is outside range boundary.
+// Yields all text nodes with broken mentions from a range - even if mention sticks out of the range boundary.
 //
 // @param {module:engine/range~Range} range
 function* getBrokenMentionsFromRange( range ) {