Skip to content

Commit

Permalink
Add missing comma in example
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame authored and hanspagel committed Sep 6, 2021
1 parent 787d784 commit a03aa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docPages/overview/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In case you’ve built some custom extensions for your project, you’re require
import { Node } from '@tiptap/core'

const CustomExtension = Node.create({
name: 'custom_extension'
name: 'custom_extension',
defaultOptions: {
},
Expand Down

0 comments on commit a03aa2c

Please sign in to comment.