From cd116b7d1a50a5c08a4404333d9be4a936149ce0 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 10 Sep 2020 14:52:19 +0200 Subject: [PATCH] wording --- docs/src/demos/Examples/Simple/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),