Skip to content

Commit

Permalink
Update docs/libraries/slate-react/editable.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans authored Jan 9, 2025
1 parent 92f3a41 commit d5d1251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libraries/slate-react/editable.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ An example usage might look like:
color: 'gray',
},
};
return <div {...styledAttributes}>{children}</div>;
return <div {...styledAttributes}>{children}</div>
}}
/>
```
Expand Down

0 comments on commit d5d1251

Please sign in to comment.