From 6bc33005e2415e9224daed4f3464eec0f7bf4a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gorzeli=C5=84ski?= Date: Fri, 17 Jan 2025 10:02:44 +0100 Subject: [PATCH] Update packages/ckeditor5-clipboard/tests/clipboardpipeline.js --- packages/ckeditor5-clipboard/tests/clipboardpipeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' );