Skip to content

Commit

Permalink
Merge pull request #60 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
fixed component name
  • Loading branch information
tvkhoa committed Oct 6, 2018
2 parents fb44275 + d839f9d commit d8b0a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Header = () => (
<h2>Header here</h2>
);

const HeaderWithTootip = withTooltip(Header, {
const HeaderWithTooltip = withTooltip(Header, {
title: 'Welcome to React with tooltip',
});

Expand Down

0 comments on commit d8b0a06

Please sign in to comment.