Oskar Wróbel 6 vuotta sitten
vanhempi
commit
26135df6af
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'
 				} );