Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozone committed Jul 29, 2020
1 parent 48cd2d7 commit a2ea0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/content/slate/src/HtmlToSlate/index.tsx
Expand Up @@ -64,7 +64,7 @@ const HtmlToSlate = ({ plugins }: { plugins: SlatePlugin[] }) => {
};

return (htmlString: string): SlateState => {
const parsed = parseHtml('<bod>' + htmlString + '</body>');
const parsed = parseHtml('<body>' + htmlString + '</body>');

const fragment = (deserializeElement(
parsed.documentElement
Expand Down

0 comments on commit a2ea0c5

Please sign in to comment.