Procházet zdrojové kódy

Docs: slight fixes

Szymon Cofalik před 6 roky
rodič
revize
bf2c2d7b24
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/ckeditor5-engine/src/model/model.js

+ 1 - 1
packages/ckeditor5-engine/src/model/model.js

@@ -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' ) {