From 57af6baa1dd96089810daf582a91900926d679b0 Mon Sep 17 00:00:00 2001 From: hkuffel <51870047+hkuffel@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:17:24 -0600 Subject: [PATCH] change wildly to widely --- docs/guide/output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/output.md b/docs/guide/output.md index 49b7ccb0117..ab119b62557 100644 --- a/docs/guide/output.md +++ b/docs/guide/output.md @@ -45,7 +45,7 @@ Here is an interactive example where you can see that in action: https://embed.tiptap.dev/preview/GuideContent/ExportJSON?hideSource ### Option 2: HTML -HTML can be easily rendered in other places, for example in emails and it’s wildly used, so it’s probably easier to switch the editor at some point. Anyway, every editor instance provides a method to get HTML from the current document: +HTML can be easily rendered in other places, for example in emails and it’s widely used, so it’s probably easier to switch the editor at some point. Anyway, every editor instance provides a method to get HTML from the current document: ```js const html = editor.getHTML()