8
0
Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
f65496d421
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-media-embed/src/automediaembed.js

+ 1 - 1
packages/ckeditor5-media-embed/src/automediaembed.js

@@ -122,7 +122,7 @@ export default class AutoMediaEmbed extends Plugin {
 		// Positions won't be available in `setTimeout` function so let's clone it.
 		const positionToInsert = Position.createFromPosition( leftPosition );
 
-		// This action mustn't be executed if undo was called between pasting and ąuto-embeding.
+		// This action mustn't be executed if undo was called between pasting and auto-embedding.
 		this._timeoutId = global.window.setTimeout( () => {
 			editor.model.change( writer => {
 				this._timeoutId = null;