Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 59cebd3

Browse files
committed
Small doc fix.
1 parent 5c99c06 commit 59cebd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alignmentediting.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default class AlignmentEditing extends Plugin {
9595
afterInit() {
9696
const schema = this.editor.document.schema;
9797

98-
// Disallow alignment on fiqcaption.
98+
// Disallow alignment on caption elements.
9999
if ( schema.hasItem( 'caption' ) ) {
100100
schema.disallow( { name: 'caption', attributes: 'alignment' } );
101101
}

0 commit comments

Comments
 (0)