瀏覽代碼

Small doc fix.

Szymon Kupś 8 年之前
父節點
當前提交
ed42099c47
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-alignment/src/alignmentediting.js

+ 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' } );
 		}