Oskar Wróbel před 6 roky
rodič
revize
26135df6af
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/ckeditor5-widget/tests/widget.js

+ 1 - 1
packages/ckeditor5-widget/tests/widget.js

@@ -729,7 +729,7 @@ describe( 'Widget', () => {
 				'<paragraph>f[]ar</paragraph>'
 			);
 
-			it( 'should split parent when widget is inside block element', () => {
+			it( 'should split parent when widget is inside a block element', () => {
 				model.schema.register( 'allowP', {
 					inheritAllFrom: '$block'
 				} );