Add missing comma in example

This commit is contained in:
Carlo Beltrame 2021-09-06 14:52:03 +02:00 committed by Hans Pagel
parent 787d7848cd
commit a03aa2c232

View File

@ -90,7 +90,7 @@ In case youve built some custom extensions for your project, youre require
import { Node } from '@tiptap/core'
const CustomExtension = Node.create({
name: 'custom_extension'
name: 'custom_extension',
defaultOptions: {
},