Update Popover English doc (#7633)

Fixed typos.
pull/7619/merge
Khalifa Lame 7 years ago committed by niko
parent ea2c113530
commit fdfb4ba843

@ -16,11 +16,11 @@ Comparing with `Tooltip`, besides information `Popover` card can also provide ac
| Param | Description | Type | Default value |
|-----------|------------------------------------------|---------------|--------|
| title | title of the card | string\|ReactNode | none |
| content | content of the card | string\|ReactNode | none |
| title | Title of the card | string\|ReactNode | - |
| content | Content of the card | string\|ReactNode | - |
Consult [Tooltip's documentation](https://ant.design/components/tooltip/#API) to find more APIs.
## Note
Please ensure that the child node of `Popover` accepts `onMouseEnter`, `onMouseLeave`, `onFocus`, `onClick` event.
Please ensure that the child node of `Popover` accepts `onMouseEnter`, `onMouseLeave`, `onFocus`, `onClick` events.

Loading…
Cancel
Save