Szymon Kupś před 8 roky
rodič
revize
ed42099c47

+ 1 - 1
packages/ckeditor5-alignment/src/alignmentediting.js

@@ -95,7 +95,7 @@ export default class AlignmentEditing extends Plugin {
 	afterInit() {
 		const schema = this.editor.document.schema;
 
-		// Disallow alignment on fiqcaption.
+		// Disallow alignment on caption elements.
 		if ( schema.hasItem( 'caption' ) ) {
 			schema.disallow( { name: 'caption', attributes: 'alignment' } );
 		}