From 3e055c8a7801733dc330542b97ded10cc40fc7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 1 Dec 2020 09:54:39 +0100 Subject: [PATCH] typo --- docs/src/demos/Extensions/Typography/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Extensions/Typography/index.spec.js b/docs/src/demos/Extensions/Typography/index.spec.js index 880d5794..e5484ed3 100644 --- a/docs/src/demos/Extensions/Typography/index.spec.js +++ b/docs/src/demos/Extensions/Typography/index.spec.js @@ -71,7 +71,7 @@ context('/api/extensions/typography', () => { it('should make a one half', () => { cy.get('.ProseMirror') - .type('1/2 oneHalfw') + .type('1/2 oneHalf') .should('contain', '½ oneHalf') })