mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-18 08:00:53 +08:00
Fix Popover demo typo (#4703)
This commit is contained in:
parent
1ce6f7fc35
commit
5e3618c26d
@ -32,7 +32,7 @@ exports[`test renders ./components/popover/demo/control.md correctly 1`] = `
|
|||||||
class="ant-btn ant-btn-primary"
|
class="ant-btn ant-btn-primary"
|
||||||
type="button">
|
type="button">
|
||||||
<span>
|
<span>
|
||||||
Cilck me
|
Click me
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
`;
|
`;
|
||||||
|
@ -39,7 +39,7 @@ const App = React.createClass({
|
|||||||
visible={this.state.visible}
|
visible={this.state.visible}
|
||||||
onVisibleChange={this.handleVisibleChange}
|
onVisibleChange={this.handleVisibleChange}
|
||||||
>
|
>
|
||||||
<Button type="primary">Cilck me</Button>
|
<Button type="primary">Click me</Button>
|
||||||
</Popover>
|
</Popover>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user