From 59d184b153c4efaa5c345560892c818bc07b84d2 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Sun, 2 Dec 2018 21:15:16 +0000 Subject: [PATCH] Update saving-and-loading-html-content.md (#2452) fix example code --- docs/walkthroughs/saving-and-loading-html-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthroughs/saving-and-loading-html-content.md b/docs/walkthroughs/saving-and-loading-html-content.md index 7817469fd..2f9e0692d 100644 --- a/docs/walkthroughs/saving-and-loading-html-content.md +++ b/docs/walkthroughs/saving-and-loading-html-content.md @@ -274,7 +274,7 @@ class App extends React.Component { ) case 'paragraph': return ( -

+

{props.children}

)