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

Commit

Permalink
Docs: slight fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Mar 15, 2019
1 parent f0ea94f commit b86729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class Model {
// An element needed by the `upcastElementToMarker` converter.
// This element temporarily represents marker bound during the conversion process and is removed
// at the end of the conversion. `UpcastDispatcher` or at least `Conversion` class looks like a
// better place for this registration but both know nothing about the Schema.
// better place for this registration but both know nothing about `Schema`.
this.schema.register( '$marker' );
this.schema.addChildCheck( ( context, childDefinition ) => {
if ( childDefinition.name === '$marker' ) {
Expand Down

0 comments on commit b86729b

Please sign in to comment.