소스 검색

docs: Correct incorrect English words in the document

zhangyumei.0319 1 년 전
부모
커밋
c20da5a3c1
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      content/show/popover/index.md
  2. 1 1
      content/show/sidesheet/index-en-US.md
  3. 1 1
      content/show/sidesheet/index.md

+ 1 - 1
content/show/popover/index.md

@@ -551,7 +551,7 @@ import { Button, Input, Popover, Space } from '@douyinfe/semi-ui';
 | zIndex             | 弹出层 z-index 值                                                                                                                             | number                     | 1030                                        |            |
 | onClickOutSide     | 当弹出层处于展示状态,点击非Children、非浮层内部区域时的回调(仅trigger为custom、click时有效)| function(e:event) |  | **2.1.0**  |
 | onEscKeyDown       | 在 trigger 或 弹出层按 Esc 键时调用        | function(e:event) | | **2.8.0**  |
-| onVisibleChange    | 弹出层展示/隐藏时触发的回调                                                                                                                 | function(isVisble:boolean) |                                             |            |
+| onVisibleChange    | 弹出层展示/隐藏时触发的回调                                                                                                                 | function(isVisible:boolean) |                                             |            |
 
 ## Accessibility
 

+ 1 - 1
content/show/sidesheet/index-en-US.md

@@ -299,7 +299,7 @@ class Demo extends React.Component {
 
 | Properties | Instructions                                                                                                               | type | Default | Version |
 | --- |----------------------------------------------------------------------------------------------------------------------------| --- | --- | --- |
-| afterVisibleChange | Callback function when animation of SideSheet ends                                                                         | (isVisble: boolean) => void | - | 1.0.0 |
+| afterVisibleChange | Callback function when animation of SideSheet ends                                                                         | (isVisible: boolean) => void | - | 1.0.0 |
 | bodyStyle | Content style                                                                                                              | CSSProperties | - | - |
 | className | Class name                                                                                                                 | string | - | - |
 | closable | Toggle whether to show close button                                                                                        | boolean | true | - |

+ 1 - 1
content/show/sidesheet/index.md

@@ -304,7 +304,7 @@ class Demo extends React.Component {
 
 | 属性 | 说明                                                                            | 类型 | 默认值 | 版本 |
 | --- |-------------------------------------------------------------------------------| --- | --- | --- |
-| afterVisibleChange | 面板展示/隐藏时动画结束触发的回调                                                             | (isVisble: boolean) => void | - | 1.0.0 |
+| afterVisibleChange | 面板展示/隐藏时动画结束触发的回调                                                             | (isVisible: boolean) => void | - | 1.0.0 |
 | bodyStyle | 面板内容的样式                                                                       | CSSProperties | - | - |
 | className | 类名                                                                            | string | - | - |
 | closable | 是否允许通过右上角的关闭按钮关闭                                                              | boolean | true | - |