You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/11/14 13:23:10 UTC

[incubator-devlake-website] 02/02: docs: fix for review

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

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

commit bf85a993514fa1bef3be55d4bd0c08461990dde4
Author: linyh <ya...@meri.co>
AuthorDate: Mon Nov 14 20:43:51 2022 +0800

    docs: fix for review
---
 docs/UserManuals/ConfigUI/GitHub.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/UserManuals/ConfigUI/GitHub.md b/docs/UserManuals/ConfigUI/GitHub.md
index eb5ae80e9..17697899a 100644
--- a/docs/UserManuals/ConfigUI/GitHub.md
+++ b/docs/UserManuals/ConfigUI/GitHub.md
@@ -25,10 +25,10 @@ GitHub personal access tokens are required to add a connection.
 
 #### Use Graphql APIs
 
-If you use `github.com` or your private GitHub Service supported, you could open this switcher to collect data more swiftly.
+If you are using `github.com` or your on-premise GitHub version supports GraphQL APIs, toggle on this setting to collect data quicker.
 
-- GraphQL APIs are 10+ times faster than REST APIs, but it may not be supported in GitHub on-premise versions. 
-- GraphQL only uses 1 token to collect data because it's quick enough.
+- GraphQL APIs are 10+ times faster than REST APIs, but they may not be supported in GitHub on-premise versions.
+- Instead of using multiple tokens to collect data, you can use ONLY ONE token because GraphQL APIs are quick enough.
 
 #### Proxy URL (Optional)
 If you are behind a corporate firewall or VPN you may need to utilize a proxy server. Enter a valid proxy server address on your network, e.g. `http://your-proxy-server.com:1080`