Explorar el Código

Other: spelling mistake in test description

Alex Eckermann hace 7 años
padre
commit
1f4fef0690
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-editor-inline/tests/inlineeditoruiview.js

+ 1 - 1
packages/ckeditor5-editor-inline/tests/inlineeditoruiview.js

@@ -55,7 +55,7 @@ describe( 'InlineEditorUIView', () => {
 				expect( view.editable ).to.be.instanceof( InlineEditableUIView );
 			} );
 
-			it( 'is given a locate object', () => {
+			it( 'is given a locale object', () => {
 				expect( view.editable.locale ).to.equal( locale );
 			} );