mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 11:45:15 +08:00
Add missing comma in example
This commit is contained in:
parent
787d7848cd
commit
a03aa2c232
@ -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: {
|
||||
…
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user