mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +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"
|
||||
type="button">
|
||||
<span>
|
||||
Cilck me
|
||||
Click me
|
||||
</span>
|
||||
</button>
|
||||
`;
|
||||
|
@ -39,7 +39,7 @@ const App = React.createClass({
|
||||
visible={this.state.visible}
|
||||
onVisibleChange={this.handleVisibleChange}
|
||||
>
|
||||
<Button type="primary">Cilck me</Button>
|
||||
<Button type="primary">Click me</Button>
|
||||
</Popover>
|
||||
);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user