From 55fd7eefbeada602ab7fc96335ed0528d2768cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Go=C5=82aszewski?= Date: Thu, 3 Jan 2019 18:37:43 +0100 Subject: [PATCH] Fix typo in headingbuttonsui.js. --- tests/headingbuttonsui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/headingbuttonsui.js b/tests/headingbuttonsui.js index 5f87d5c..4560bae 100644 --- a/tests/headingbuttonsui.js +++ b/tests/headingbuttonsui.js @@ -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' );