Skip to content

Commit fc3aa1c

Browse files
committed
chore: fix typos
1 parent 1f753c9 commit fc3aa1c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/pr-spell-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ on: [pull_request]
44
jobs:
55
check:
66
uses: TDesignOteam/workflows/.github/workflows/spell-check.yml@main
7-
with:
8-
config: ''
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
default.check-filename = true
2+
3+
[default.extend-words]
4+
5+
[files]
6+
extend-exclude = [ "dist" ]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 项目简介
44

5-
`tdesign-projects-action` 是一个专门用来供 [TDesgin](https://github.com/Tencent/tdesign) 来管理 Project 的 GitHub Action,用于在项目管理中自动处理 Issue 和 Pull Request(PR)。
5+
`tdesign-projects-action` 是一个专门用来供 [TDesign](https://github.com/Tencent/tdesign) 来管理 Project 的 GitHub Action,用于在项目管理中自动处理 Issue 和 Pull Request(PR)。
66
通过配置不同的触发器,可以实现以下功能:
77

88
1. 根据状态自动将 issue 从 Project 移除。

0 commit comments

Comments
 (0)