From ec6439ca7a1c7e09a46f318af985458af051abe2 Mon Sep 17 00:00:00 2001 From: Kenrick Date: Thu, 25 May 2023 13:45:41 +0800 Subject: [PATCH] docs: missed English translation for table header of API#tooltip (#42593) --- components/slider/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/slider/index.en-US.md b/components/slider/index.en-US.md index 54be223776..0bf6a454dc 100644 --- a/components/slider/index.en-US.md +++ b/components/slider/index.en-US.md @@ -43,7 +43,7 @@ To input a value in a range. ### tooltip -| 参数 | 说明 | 类型 | 默认值 | 版本 | +| Property | Description | Type | Default | Version | | --- | --- | --- | --- | --- | | open | If true, Tooltip will show always, or it will not show anyway, even if dragging or hovering | boolean | - | 4.23.0 | | placement | Set Tooltip display position. Ref [Tooltip](/components/tooltip/) | string | - | 4.23.0 |