Skip to content

Commit

Permalink
Update Popover English doc (ant-design#7633)
Browse files Browse the repository at this point in the history
Fixed typos.
  • Loading branch information
khalibloo authored and nikogu committed Sep 16, 2017
1 parent ea2c113 commit fdfb4ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/popover/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit fdfb4ba

Please sign in to comment.