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

Commit b86729b

Browse files
authored
Docs: slight fixes
1 parent f0ea94f commit b86729b

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
@@ -106,7 +106,7 @@ export default class Model {
106106
// An element needed by the `upcastElementToMarker` converter.
107107
// This element temporarily represents marker bound during the conversion process and is removed
108108
// at the end of the conversion. `UpcastDispatcher` or at least `Conversion` class looks like a
109-
// better place for this registration but both know nothing about the Schema.
109+
// better place for this registration but both know nothing about `Schema`.
110110
this.schema.register( '$marker' );
111111
this.schema.addChildCheck( ( context, childDefinition ) => {
112112
if ( childDefinition.name === '$marker' ) {

0 commit comments

Comments
 (0)