diff --git a/docs/walkthroughs/saving-and-loading-html-content.md b/docs/walkthroughs/saving-and-loading-html-content.md index 476ddccfa..683ee1da4 100644 --- a/docs/walkthroughs/saving-and-loading-html-content.md +++ b/docs/walkthroughs/saving-and-loading-html-content.md @@ -246,7 +246,7 @@ class App extends React.Component { renderNode = (props) => { switch (props.node.type) { case 'code': return
{props.children}
- case 'code': return {props.children}
+ case 'paragraph': return{props.children}
case 'quote': return{props.children}} }