From 49dd5d85d5ea354e3b00944103de678784aea978 Mon Sep 17 00:00:00 2001 From: Tomas Valenta Date: Fri, 23 Jul 2021 14:23:59 +0200 Subject: [PATCH] Fix typo --- docs/src/docPages/guide/output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/guide/output.md b/docs/src/docPages/guide/output.md index e2adc190..97deddcb 100644 --- a/docs/src/docPages/guide/output.md +++ b/docs/src/docPages/guide/output.md @@ -80,7 +80,7 @@ Unfortunately, **tiptap doesn’t support Markdown as an input or output format* * Both, HTML and JSON, can have deeply nested structures, Markdown is flat. * Markdown standards vary. -* tiptap’s strength is cutomization, that doesn’t work very well with Markdown. +* tiptap’s strength is customization, that doesn’t work very well with Markdown. * There are enough packages to convert HTML to Markdown and vice-versa. You should really consider to work with HTML or JSON to store your content, they are perfectly fine for most use cases.