Parcourir la source

Fix internal docs.

Maciej Gołaszewski il y a 6 ans
Parent
commit
757a300e06

+ 1 - 1
packages/ckeditor5-restricted-editing/src/restrictededitingmodeediting.js

@@ -320,7 +320,7 @@ function restrictDeleteContent( editor ) {
 
 // Ensures that remove attribute operation is executed on proper range.
 //
-// The restriction is enforced by trimming range of an AttributeOperation:
+// The restriction is enforced by trimming range of an AttributeOperation.
 function restrictAttributeOperation( editor ) {
 	return ( evt, args ) => {
 		const [ operation ] = args;