Skip to content

Commit 455a6a5

Browse files
authored
docs: fix typo in code example (#19)
Fixed typo in code example for Export extension
1 parent 3d5120a commit 455a6a5

File tree

1 file changed

+1
-1
lines changed
  • src/content/editor/extensions/functionality

1 file changed

+1
-1
lines changed

Diff for: src/content/editor/extensions/functionality/export.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const editor = new Editor({
9595
// ...
9696
extensions: [
9797
// ...
98-
Export.Configure({
98+
Export.configure({
9999
// The Convert App-ID from the convert settings page: https://cloud.tiptap.dev/convert-settings
100100
appId: 'your-app-id',
101101

0 commit comments

Comments
 (0)