8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
54e76d4be7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-typing/src/texttransformation.js

+ 2 - 2
packages/ckeditor5-typing/src/texttransformation.js

@@ -239,8 +239,8 @@ function expandGroupsAndRemoveDuplicates( definitions ) {
  *   - `two_thirds`: transforms `2/3`, to: `⅔`
  *   - `one_forth`: transforms `1/4`, to: `¼`
  *   - `three_quarters`: transforms `3/4`, to: `¾`
- *   - `less_then_or_equal`: `<=`, to: `≤`
- *   - `greater_then_or_equal`: `>=`, to: `≥`
+ *   - `less_then_or_equal`: transforms `<=`, to: `≤`
+ *   - `greater_then_or_equal`: transforms `>=`, to: `≥`
  *   - `not_equal`: transforms `!=`, to: `≠`
  *   - `arrow_left`: transforms `<-`, to: `←`
  *   - `arrow_right`: transforms `->`, to: `→`