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

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Jun 13, 2018
1 parent e83f09c commit 2b80b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ export default class Writer {
*
* Create marker that affects the editor data:
*
* addMarker( markerName, { range, usingOperation: false, affectData: true } );
* addMarker( markerName, { range, usingOperation: false, affectsData: true } );
*
* Note: For efficiency reasons, it's best to create and keep as little markers as possible.
*
Expand Down Expand Up @@ -899,7 +899,7 @@ export default class Writer {
*
* Change marker's option (inform the engine, that the marker does not affect the data anymore):
*
* updateMarker( markerName, { affectData: false } );
* updateMarker( markerName, { affectsData: false } );
*
* @see module:engine/model/markercollection~Marker
* @param {String} markerOrName Name of a marker to update, or a marker instance.
Expand Down

0 comments on commit 2b80b89

Please sign in to comment.