diff --git a/src/model/selection.js b/src/model/selection.js index 2d200db30..37effe63b 100644 --- a/src/model/selection.js +++ b/src/model/selection.js @@ -177,7 +177,7 @@ export default class 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 * (not to confuse with the first range added to the selection). *