From 670a6de5e9f190d3a25d902b2e5fd61ca554ef92 Mon Sep 17 00:00:00 2001 From: Matthew Oaxaca Date: Tue, 3 Oct 2017 12:01:30 -0700 Subject: [PATCH] Fixing README.md example for addons/info --- addons/info/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/info/README.md b/addons/info/README.md index b61f5e069bea..e6504e7da09b 100644 --- a/addons/info/README.md +++ b/addons/info/README.md @@ -52,7 +52,7 @@ storiesOf('Component', module) withInfo({ text: 'String or React Element with docs about my component', // Warning! This option's name will be likely renamed to "summary" in 3.3 release. Follow this PR #1501 for details // other possible options see in Global options section below - )(() => + })(() => Click the "?" mark at top-right to view the info. ) )