Skip to content

Commit

Permalink
Merge pull request #1960 from moaxaca/master
Browse files Browse the repository at this point in the history
Fixing README.md example for addons/info
  • Loading branch information
Hypnosphi authored Oct 3, 2017
2 parents 47b763a + 0396e4d commit 66374a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
)(() =>
})(() =>
<Component>Click the "?" mark at top-right to view the info.</Component>
)
)
Expand Down

0 comments on commit 66374a7

Please sign in to comment.