This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a31a6b884 docs: update typos in feishu/gitee docs (#643)
1a31a6b884 is described below

commit 1a31a6b884408c8a7dd9a27c040f8721d691c2d1
Author: Louis.z <[email protected]>
AuthorDate: Thu Sep 21 21:36:46 2023 +0800

    docs: update typos in feishu/gitee docs (#643)
    
    Co-authored-by: Startrekzky <[email protected]>
---
 docs/Plugins/feishu.md | 4 ++--
 docs/Plugins/gitee.md  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/Plugins/feishu.md b/docs/Plugins/feishu.md
index e40aabaca7..eb3ed1ba2a 100644
--- a/docs/Plugins/feishu.md
+++ b/docs/Plugins/feishu.md
@@ -13,9 +13,9 @@ Will be available for all versions. Check [this 
doc](https://devlake.apache.org/
 
 ## Configuration
 
-In order to fully use this plugin, you will need to get `app_id` and 
`app_secret` from a Feishu administrator (for help on App info, please see 
[official Feishu 
Docs](https://open.feishu.cn/document/ukTMukTMukTM/ukDNz4SO0MjL5QzM/auth-v3/auth/tenant_access_token_internal)),
+In order to fully use this plugin, you need to get `app_id` and `app_secret` 
from a Feishu administrator (for help on App info, please see [official Feishu 
Docs](https://open.feishu.cn/document/ukTMukTMukTM/ukDNz4SO0MjL5QzM/auth-v3/auth/tenant_access_token_internal)).
 
-A connection should be created before you can collection any data. Currently, 
this plugin supports creating connection by requesting `connections` API:
+A connection should be created before you can collect any data. Currently, 
this plugin supports creating connection by requesting the `connections` API:
 
 ```
 curl 'http://localhost:8080/plugins/feishu/connections' \
diff --git a/docs/Plugins/gitee.md b/docs/Plugins/gitee.md
index f0e50a30be..742c449885 100644
--- a/docs/Plugins/gitee.md
+++ b/docs/Plugins/gitee.md
@@ -14,9 +14,9 @@ Will be available for Gitee Cloud. Check [this 
doc](https://devlake.apache.org/d
 
 ## Configuration
 
-In order to fully use this plugin, you will need to get `token` on the Gitee 
website.
+In order to fully use this plugin, you need to get the `token` on the Gitee 
website.
 
-A connection should be created before you can collection any data. Currently, 
this plugin supports creating connection by requesting `connections` API:
+A connection should be created before you can collect any data. Currently, 
this plugin supports creating connection by requesting the `connections` API:
 
 ```
 curl 'http://localhost:8080/plugins/gitee/connections' \

Reply via email to