Parcourir la source

Small doc fix.

Szymon Kupś il y a 7 ans
Parent
commit
00c9b70039
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-engine/src/model/documentselection.js

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

@@ -531,7 +531,7 @@ class LiveSelection extends Selection {
 			// Update selection's attributes.
 			// Update selection's attributes.
 			this._updateAttributes( false );
 			this._updateAttributes( false );
 
 
-			// Clear selection attributes from element if no longer empty,
+			// Clear selection attributes from element if no longer empty.
 			clearAttributesStoredInElement( this._model, batch );
 			clearAttributesStoredInElement( this._model, batch );
 		} );
 		} );