Skip to content

Commit

Permalink
fixed component name
Browse files Browse the repository at this point in the history
added l in HeaderWithTooltip
  • Loading branch information
0xflotus committed Feb 27, 2018
1 parent 0433a5e commit d839f9d
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 d839f9d

Please sign in to comment.