From fdfb4ba843086d7ef4bbe223eda2ccebf03f1b80 Mon Sep 17 00:00:00 2001 From: Khalifa Lame Date: Sat, 16 Sep 2017 04:26:22 +0100 Subject: [PATCH] Update Popover English doc (#7633) Fixed typos. --- components/popover/index.en-US.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/popover/index.en-US.md b/components/popover/index.en-US.md index f2ad368fc3..fe65df2adb 100644 --- a/components/popover/index.en-US.md +++ b/components/popover/index.en-US.md @@ -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.