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

Commit

Permalink
Docs: Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 5, 2020
1 parent 67884da commit f3d884e
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 @@ -1130,7 +1130,7 @@ export default class Writer {
*
* // Sets selection to given ranges.
* const ranges = [ writer.createRange( start1, end2 ), writer.createRange( star2, end2 ) ];
* writer.setSelection( range );
* writer.setSelection( ranges );
*
* // Sets selection to other selection.
* const otherSelection = writer.createSelection();
Expand Down

0 comments on commit f3d884e

Please sign in to comment.