Parcourir la source

Merge branch 't/26' of github.com:ckeditor/ckeditor5-autoformat into t/26

Szymon Kupś il y a 8 ans
Parent
commit
5ebc2a9e3f
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      packages/ckeditor5-autoformat/tests/manual/autoformat.md

+ 6 - 6
packages/ckeditor5-autoformat/tests/manual/autoformat.md

@@ -1,18 +1,18 @@
 ## Autoformat
 
-1. Type `#` and press space in empty paragraph to replace it with the heading.
+1. Type `#` and press the space in an empty paragraph to replace it with a heading.
 
-1. Type `*` or `-` and press space in empty paragraph to replace it with list item.
+1. Type `*` or `-` and the press space in an empty paragraph to replace it with a list item.
 
-1. Type `> ` and press space in empty paragraph to replace it with block quote.
+1. Type `> ` and press the space in an empty paragraph to replace it with a block quote.
 
-1. Type number from the range **1-3** to replace empty paragraph with numbered list item.
+1. Type a number from the range **1-3** to replace an empty paragraph with a numbered list item.
 
 1. Type `*foobar*`/`_foobar_` to italicize `foobar`. `*`/`_` should be removed.
 
 1. Type `**foobar**`/`__foobar__` to bold `foobar`. `**`/`__` should be removed.
 
-1. For every autoformat pattern: Undo until you'll see just the pattern (e.g. `- `). Typing should be then possible  without triggering autoformatting again.
+1. For every autoformat pattern: Undo until you'll see just the pattern (e.g. `- `). Typing should be then possible without triggering the autoformatting again.
 
-1. Typing a different pattern in already converted block **must not** trigger autoformatting. For example, typing `- ` in heading should not convert heading to list.
+1. Typing a different pattern in an already converted block **must not** trigger the autoformatting. For example, typing `- ` in a heading should not convert a heading to a list.