Skip to content

Commit

Permalink
change wildly to widely
Browse files Browse the repository at this point in the history
  • Loading branch information
hkuffel authored Oct 16, 2023
1 parent 42039c0 commit 57af6ba
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 57af6ba

Please sign in to comment.