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

Commit

Permalink
Merge pull request #21 from ckeditor/t/20
Browse files Browse the repository at this point in the history
Other: Aligned the use of the `heading` command to changes in the ckeditor5-heading package. Closes #20.
  • Loading branch information
Reinmar authored Mar 1, 2017
2 parents 4003250 + 95f3c77 commit 6b8b759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoformat.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default class Autoformat extends Plugin {

this.editor.execute( 'heading', {
batch,
formatId: `heading${ headingLevel }`
id: `heading${ headingLevel }`
} );
} );
}
Expand Down

0 comments on commit 6b8b759

Please sign in to comment.