Ver Fonte

I'm the review master.

Piotrek Koszuliński há 5 anos atrás
pai
commit
4091278574
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 			 */