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

Commit

Permalink
Fix typo in headingbuttonsui.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jan 3, 2019
1 parent 65ff154 commit 55fd7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/headingbuttonsui.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe( 'HeadingButtonUI', () => {
expect( factory.create( 'heading3' ) ).to.be.instanceOf( ButtonView );
} );

it( 'should intialize buttons with correct localized data', () => {
it( 'should initialize buttons with correct localized data', () => {
const localizedOptions = getLocalizedOptions( editor ).filter( option => option.model == 'heading2' )[ 0 ];
const heading2Button = editor.ui.componentFactory.create( 'heading2' );

Expand Down

0 comments on commit 55fd7ee

Please sign in to comment.