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

Update tests/mentionui.js docs.

Co-Authored-By: Marek Lewandowski <mlewand@users.noreply.github.com>
Maciej 6 лет назад
Родитель
Сommit
d0c89ed3ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-mention/tests/mentionui.js

+ 1 - 1
packages/ckeditor5-mention/tests/mentionui.js

@@ -486,7 +486,7 @@ describe( 'MentionUI', () => {
 			} );
 
 			it( 'should fallback to old method if browser does not support unicode property escapes (on Edge)', () => {
-				// Stub the isEdge for covarage tests in other browsers.
+				// Stub the isEdge for coverage tests in other browsers.
 				testUtils.sinon.stub( env, 'isEdge' ).get( () => true );
 
 				setData( model, '<paragraph>[] foo</paragraph>' );