Merge pull request #2277 from rrandom/patch-2

typo in tooltip demo
This commit is contained in:
yiminghe 2016-07-07 12:23:44 +08:00 committed by GitHub
commit 2e9cb53d12

View File

@ -46,7 +46,7 @@ ReactDOM.render(
</div>
<div style={{ marginLeft: 60, clear: 'both' }}>
<Tooltip placement="bottomLeft" title={text}>
<a href="#">上右</a>
<a href="#">下左</a>
</Tooltip>
<Tooltip placement="bottom" title={text}>
<a href="#">下边</a>