diff --git a/docs/src/demos/Extensions/Blockquote/index.spec.js b/docs/src/demos/Extensions/Blockquote/index.spec.js index 53b3c8df..d7c4d1d2 100644 --- a/docs/src/demos/Extensions/Blockquote/index.spec.js +++ b/docs/src/demos/Extensions/Blockquote/index.spec.js @@ -34,7 +34,7 @@ context('/api/extensions/blockquote', () => { cy.get('.ProseMirror blockquote').should('not.exist') }) - it('should make a blockquote form markdown shortcuts', () => { + it('should make a blockquote from markdown shortcuts', () => { cy.get('.ProseMirror').window().then(window => { const { editor } = window editor.clearContent()