From ed974222a932bcb621ae90eb6e86f1787498b134 Mon Sep 17 00:00:00 2001 From: Tim Buckley Date: Thu, 5 Dec 2019 19:13:34 -0500 Subject: [PATCH] Custom Format docs typo fix: leaf -> props (#3257) * Custom Format docs typo fix: leaf -> props * Update 04-applying-custom-formatting.md --- docs/walkthroughs/04-applying-custom-formatting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/walkthroughs/04-applying-custom-formatting.md b/docs/walkthroughs/04-applying-custom-formatting.md index d4a991b2b..5177d784a 100644 --- a/docs/walkthroughs/04-applying-custom-formatting.md +++ b/docs/walkthroughs/04-applying-custom-formatting.md @@ -108,7 +108,7 @@ const Leaf = props => { return ( {props.children} @@ -181,7 +181,7 @@ const Leaf = props => { return ( {props.children}