Skip to content

Commit

Permalink
Merge pull request #4536 from hkuffel/develop
Browse files Browse the repository at this point in the history
change wildly to widely
  • Loading branch information
janthurau committed Nov 17, 2023
1 parent 9707e16 commit 3ecad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3ecad9f

Please sign in to comment.