Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fix typo in the writer docs.
Browse files Browse the repository at this point in the history
Co-Authored-By: jodator <jodator@gmail.com>
  • Loading branch information
Reinmar and jodator committed Oct 26, 2018
1 parent 86f75ba commit 5808573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ export default class Writer {
* {@link module:engine/model/position~Position.createAt `Position.createAt()`} parameters.
*
* @param {module:engine/model/item~Item|module:engine/model/position~Position} itemOrPosition
* @param {Number|'end'|'before'|'after'} [of~fset=0] Offset or one of the flags. Used only when
* @param {Number|'end'|'before'|'after'} [offset=0] Offset or one of the flags. Used only when
* first parameter is a {@link module:engine/model/item~Item model item}.
*/
setSelectionFocus( itemOrPosition, offset ) {
Expand Down

0 comments on commit 5808573

Please sign in to comment.