docs: fix typo

This commit is contained in:
Hans Pagel 2021-03-08 18:33:32 +01:00
parent dd13c863ab
commit 3e507c5de2

View File

@ -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}`,
}
},