8
0
Marek Lewandowski 5 лет назад
Родитель
Сommit
0fb6748832
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-autoformat/src/blockautoformatediting.js

+ 1 - 1
packages/ckeditor5-autoformat/src/blockautoformatediting.js

@@ -91,7 +91,7 @@ export default function blockAutoformatEditing( editor, plugin, pattern, callbac
 		}
 
 		// In case a command is bound, do not re-execute it over an existing block style which would result with a style removal.
-		// Instead just drop processing so that autoformatting trigger text is not lost. E.g. writing "# " in a level 1 heading.
+		// Instead just drop processing so that autoformat trigger text is not lost. E.g. writing "# " in a level 1 heading.
 		if ( command && command.value === true ) {
 			return;
 		}