Explorar o código

Fix typo in headingbuttonsui.js.

Maciej Gołaszewski %!s(int64=7) %!d(string=hai) anos
pai
achega
768e7ead0c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-heading/tests/headingbuttonsui.js

+ 1 - 1
packages/ckeditor5-heading/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' );