diff --git a/test/specs/grapesjs/index.js b/test/specs/grapesjs/index.js index 0dd725512..366aab966 100644 --- a/test/specs/grapesjs/index.js +++ b/test/specs/grapesjs/index.js @@ -229,7 +229,7 @@ describe('GrapesJS', () => { expect(editor.getDevice()).toEqual('Tablet'); }); - it('Init new editor with custom plugin override default commands', () => { + it('Init new editor with custom plugin overrides default commands', () => { var editor, pluginName = 'test-plugin-opts';