8
0
Просмотр исходного кода

Enhance transformation manual test description.

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
4454a54bfd
1 измененных файлов с 9 добавлено и 9 удалено
  1. 9 9
      packages/ckeditor5-typing/tests/manual/texttransformation.md

+ 9 - 9
packages/ckeditor5-typing/tests/manual/texttransformation.md

@@ -6,25 +6,25 @@ Some of the transformations are:
 
 1. Symbols:
 
-    * Copyright: `(c)` -> `©`.
-    * Registered treademark: `(r)` -> `®`.
-    * Trade mark: `(tm)` -> `™.`
+    * Copyright: `(c)` to `©`.
+    * Registered treademark: `(r)` to `®`.
+    * Trade mark: `(tm)` to `™.`
 
 1. Mathematical:
 
-    * Fractions of 2, 3 & 4, like `½` -> `½` or `3/4` -> `¾`. (ps.: there's no `2/4` 😉)
+    * Fractions of 2, 3 & 4, like `½` to `½` or `3/4` to `¾`. (ps.: there's no `2/4` 😉)
     * Arrows: `->`, `<-`.
-    * Operators: `<=` -> `≤`, `>=` -> `≥`, `!=` -> `≠`.
+    * Operators: `<=` to `≤`, `>=` to `≥`, `!=` to `≠`.
 
 1. Typography:
     
-    * Dashes: ` -- ` & ` --- `.
-    * Ellipsis: `...` -> `…`
+    * Dashes: ` -- `, ` --- `.
+    * Ellipsis: `...` to `…`
     
 1. Quotes:
 
-    * Primary quotes (english): `'Foo bar'` -> `‘Foo bar’` 
-    * Secondary quotes (english): `"Foo bar's"` -> `“Foo bar's”`
+    * Primary quotes (english): `'Foo bar'` to `‘Foo bar’` 
+    * Secondary quotes (english): `"Foo bar's"` to `“Foo bar's”`
 
 ### Testing