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

Commit 314c531

Browse files
authored
Docs: slight fix
1 parent b86729b commit 314c531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default class Model {
104104
this.schema.extend( '$text', { allowIn: '$clipboardHolder' } );
105105

106106
// An element needed by the `upcastElementToMarker` converter.
107-
// This element temporarily represents marker bound during the conversion process and is removed
107+
// This element temporarily represents a marker boundary during the conversion process and is removed
108108
// at the end of the conversion. `UpcastDispatcher` or at least `Conversion` class looks like a
109109
// better place for this registration but both know nothing about `Schema`.
110110
this.schema.register( '$marker' );

0 commit comments

Comments
 (0)