docs: fix typos (#1680)

* style: eslint format

* docs: fix typos

* revert: revert eslint format

This reverts commit 321e47277bc1937bd14d85b6830e1f0a26dc8497.
This commit is contained in:
Gweesin Chan 2024-07-26 17:12:04 +08:00 committed by GitHub
parent a18a7c895f
commit d97e0d302a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View File

@ -66,8 +66,8 @@ The commit message should be in the form of a `type(scope): description of the m
3. Example title:
- Supplement alert component document: `docs(alert): [alert] xxxxxxxxxxxxxxx`, `docs(site): [alert] xxxxxxxxxxxxxxx`
- Supplement alet component test case: `test(alert): [alert] xxxxxxxxxxxxxx`
- Fixed bug in alet component @opentiny/vue-renderless: `fix(vue-renderless/alert): [alert] xxxxxxxxxxxxxx`
- Supplement alert component test case: `test(alert): [alert] xxxxxxxxxxxxxx`
- Fixed bug in alert component @opentiny/vue-renderless: `fix(vue-renderless/alert): [alert] xxxxxxxxxxxxxx`
#### Pull Request Description

View File

@ -66,8 +66,8 @@ commit 信息要以 `type(scope): 描述信息` 的形式填写,例如 `fix(vu
3. 标题示例:
- 补充 alert 组件文档: `docs(alert): [alert] xxxxxxxxxxxxxxx`, `docs(site): [alert] xxxxxxxxxxxxxxx`
- 补充 alet 组件测试用例: `test(alert): [alert] xxxxxxxxxxxxxx`
- 修复 alet 组件 @opentiny/vue-renderless 下的缺陷: `fix(vue-renderless/alert): [alert] xxxxxxxxxxxxxx`
- 补充 alert 组件测试用例: `test(alert): [alert] xxxxxxxxxxxxxx`
- 修复 alert 组件 @opentiny/vue-renderless 下的缺陷: `fix(vue-renderless/alert): [alert] xxxxxxxxxxxxxx`
#### Pull Request 的描述

View File

@ -132,7 +132,7 @@ export default {
'en-US': 'Panel Title'
},
mode: ['mobile-first'],
mfDemo: 'actoin'
mfDemo: 'action'
},
{
name: 'type',

View File

@ -22,7 +22,7 @@ export default {
defaultValue: '300',
desc: {
'zh-CN': '获取输入建议的去抖延时',
'en-US': 'Obtain the recommended input dejitter delay.'
'en-US': 'Obtain the recommended input debounce delay'
},
mode: ['pc'],
pcDemo: 'debounce'
@ -90,7 +90,7 @@ export default {
defaultValue: '',
desc: {
'zh-CN': '等价于原生 input aria-label 属性',
'en-US': 'Equiphorus input aria-label attribute'
'en-US': 'Equals input aria-label attribute'
},
mode: ['pc'],
pcDemo: ''

View File

@ -59,7 +59,7 @@ export default {
defaultValue: '300',
desc: {
'zh-CN': '搜索关键词输入的去抖延迟,单位毫秒',
'en-US': 'Dejitter delay of the search keyword, in milliseconds.'
'en-US': 'Debounce delay of the search keyword, in milliseconds.'
},
mode: ['pc'],
pcDemo: 'filterable'