Skip to content

Commit

Permalink
chore: spell check config (#467)
Browse files Browse the repository at this point in the history
* chore: spell check config

* chore: spell check config
  • Loading branch information
uyarn authored Apr 7, 2024
1 parent 46bcb98 commit 77b1a83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typos-config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[default.extend-words]
vertx = "vertx"
hd = "hd"

[files]
extend-exclude = ["**/lib/**","**/spline/**","contributor.html","README.md","README_zh-CN.md","docsearch.min.js","*.svg"]
extend-exclude = ["**/lib/**","**/spline/**","contributor.html","README.md","README_zh-CN.md","docsearch.min.js","*.svg","**/public/**"]
2 changes: 1 addition & 1 deletion docs/design/offices-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ When the batch operation button is the primary or high-frequency operation, rega

Core process: Select the operated content - Perform the Operation - Display the Operation result

Components: [Table](/vue/components/table)[Button](/vue/components/button)[Checkbox](/vue/components/checkbox)[Dropdown](/vue/components/dropdown)[Meesage](/vue/components/message)
Components: [Table](/vue/components/table)[Button](/vue/components/button)[Checkbox](/vue/components/checkbox)[Dropdown](/vue/components/dropdown)[Message](/vue/components/message)

<img src="https://oteam-tdesign-1258344706.cos.ap-guangzhou.myqcloud.com/site/design/20211216192234.png" />

Expand Down
2 changes: 1 addition & 1 deletion site/src/docs/design/offices-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ When the batch operation button is the primary or high-frequency operation, rega

Core process: Select the operated content - Perform the Operation - Display the Operation result

Components: [Table](/vue/components/table)[Button](/vue/components/button)[Checkbox](/vue/components/checkbox)[Dropdown](/vue/components/dropdown)[Meesage](/vue/components/message)
Components: [Table](/vue/components/table)[Button](/vue/components/button)[Checkbox](/vue/components/checkbox)[Dropdown](/vue/components/dropdown)[Message](/vue/components/message)

<img src="https://oteam-tdesign-1258344706.cos.ap-guangzhou.myqcloud.com/site/design/20211216192234.png" />

Expand Down

0 comments on commit 77b1a83

Please sign in to comment.