mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
docs: fix typo
This commit is contained in:
parent
dd13c863ab
commit
3e507c5de2
@ -143,7 +143,7 @@ const CustomParagraph = Paragraph.extend({
|
||||
// … and customize the HTML rendering.
|
||||
renderHTML: attributes => {
|
||||
return {
|
||||
'data-color': atttributes.color,
|
||||
'data-color': attributes.color,
|
||||
style: `color: ${attributes.color}`,
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user