瀏覽代碼

Internal: Comment typo fix.

Marek Lewandowski 5 年之前
父節點
當前提交
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;
 		}