8
0
Piotrek Koszuliński 8 лет назад
Родитель
Сommit
78a214113d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-engine/src/model/selection.js

+ 1 - 1
packages/ckeditor5-engine/src/model/selection.js

@@ -177,7 +177,7 @@ export default class Selection {
 
 
 	/**
 	/**
 	 * Returns a copy of the first range in the selection.
 	 * Returns a copy of the first range in the selection.
-	 * irst range is the one which {@link module:engine/model/range~Range#start start} position
+	 * First range is the one which {@link module:engine/model/range~Range#start start} position
 	 * {@link module:engine/model/position~Position#isBefore is before} start position of all other ranges
 	 * {@link module:engine/model/position~Position#isBefore is before} start position of all other ranges
 	 * (not to confuse with the first range added to the selection).
 	 * (not to confuse with the first range added to the selection).
 	 *
 	 *