Browse Source

Internal: Comment typo fix.

Marek Lewandowski 5 years ago
parent
commit
0fb6748832
1 changed files with 1 additions and 1 deletions
  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;
 		}