Skip to content

Commit

Permalink
Update editable.md
Browse files Browse the repository at this point in the history
fix incorrect code format label
  • Loading branch information
dylans authored Jan 9, 2025
1 parent d5d1251 commit 87a8450
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 @@ -127,7 +127,7 @@ export interface RenderLeafProps {

Example usage:

```typescript
```jsx
<Editor
renderLeaf={({ attributes, children, leaf }) => {
return (
Expand Down

0 comments on commit 87a8450

Please sign in to comment.