diff --git a/docs/src/demos/Examples/Simple/index.vue b/docs/src/demos/Examples/Simple/index.vue index 01387fdd..a2f35b65 100644 --- a/docs/src/demos/Examples/Simple/index.vue +++ b/docs/src/demos/Examples/Simple/index.vue @@ -22,7 +22,7 @@ export default { mounted() { this.editor = new Editor({ - content: '
This is a radically reduced version of tiptap for minimalisits. It has only support for a document, paragraphs and text, that’s it.
', + content: 'This is a radically reduced version of tiptap for minimalisits. It has only support for a document, paragraphs and text. That’s it.
', extensions: [ Document(), Paragraph(),