Skip to content

Commit

Permalink
Update packages/ckeditor5-clipboard/tests/clipboardpipeline.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gorzelinski authored and Mati365 committed Jan 17, 2025
1 parent 14f9520 commit 6bc3300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-clipboard/tests/clipboardpipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, '<paragraph>f[oo]bar</paragraph>' );
Expand Down

0 comments on commit 6bc3300

Please sign in to comment.