Browse Source

I'm the review master.

Piotrek Koszuliński 5 years ago
parent
commit
4091278574
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-engine/src/model/markercollection.js

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

@@ -95,7 +95,7 @@ export default class MarkerCollection {
 
 		if ( markerName.includes( ',' ) ) {
 			/**
-			 * Marker name cannot contain "," character.
+			 * Marker name cannot contain the "," character.
 			 *
 			 * @error markercollection-incorrect-marker-name
 			 */