diff --git a/docs/assets/option/en/common/option-secondary.md b/docs/assets/option/en/common/option-secondary.md index b5663dc8d..160d03624 100644 --- a/docs/assets/option/en/common/option-secondary.md +++ b/docs/assets/option/en/common/option-secondary.md @@ -381,7 +381,7 @@ Table scrolling behavior, can be set: 'auto'|'none', the default value is 'auto' ``` 'auto': Trigger the browser's default behavior when the table scrolls to the top or bottom; -'none': triggers the browser's default behavior when the table scrolls to the top or bottom; +'none': don't triggers the browser's default behavior when the table scrolls to the top or bottom; ``` #${prefix} customMergeCell(Function) diff --git a/docs/assets/option/zh/common/option-secondary.md b/docs/assets/option/zh/common/option-secondary.md index 20eeec1d9..14634513d 100644 --- a/docs/assets/option/zh/common/option-secondary.md +++ b/docs/assets/option/zh/common/option-secondary.md @@ -377,7 +377,7 @@ html 目前实现较完整,先默认使用 html 渲染方式。目前暂不支 ``` 'auto': 表格滚动到顶部或者底部时,触发浏览器默认行为; -'none': 表格滚动到顶部或者底部时, 触发浏览器默认行为; +'none': 表格滚动到顶部或者底部时, 禁止触发浏览器默认行为; ``` #${prefix} customMergeCell(Function)