Browse Source

fixed typo

pull/356/head
Arthur Almeida 8 years ago
parent
commit
bf431cc757
  1. 2
      test/specs/grapesjs/index.js

2
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';

Loading…
Cancel
Save