Преглед на файлове

Docs: Reworded one sentence. [skip ci]

Wiktor Walc преди 8 години
родител
ревизия
b8581585b7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-autoformat/src/blockautoformatengine.js

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

@@ -12,7 +12,7 @@ import TextProxy from '@ckeditor/ckeditor5-engine/src/model/textproxy';
 
 /**
  * The block autoformatting engine. It allows to format various block patterns. For example,
- * it can be configured to turn a paragraph starting with "* " into a list item.
+ * it can be configured to turn a paragraph starting with `*` and followed by a space into a list item.
  *
  * The autoformatting operation is integrated with the undo manager,
  * so the autoformatting step can be undone if the user's intention was not to format the text.