diff --git a/packages/ckeditor5-clipboard/tests/clipboardpipeline.js b/packages/ckeditor5-clipboard/tests/clipboardpipeline.js index a6a85ce0f0e..70a6d54056f 100644 --- a/packages/ckeditor5-clipboard/tests/clipboardpipeline.js +++ b/packages/ckeditor5-clipboard/tests/clipboardpipeline.js @@ -507,7 +507,7 @@ describe( 'ClipboardPipeline feature', () => { sinon.assert.calledWith( spy, editor.id ); } ); - it( 'should contain editor ID when pasting content copied from the same editor', () => { + it( 'should contain an editor ID when pasting content copied from the same editor', () => { const spy = sinon.spy(); setModelData( editor.model, 'f[oo]bar' );