This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new d4a7638477 MINOR: [Docs] Fix typo in communication.rst (#13209)
d4a7638477 is described below
commit d4a7638477769e788030af1e75d55873a92b770b
Author: Ling Jin <[email protected]>
AuthorDate: Sun May 22 04:38:26 2022 +0800
MINOR: [Docs] Fix typo in communication.rst (#13209)
Signed-off-by: 3AceShowHand <[email protected]>
Authored-by: 3AceShowHand <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/developers/guide/communication.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/developers/guide/communication.rst
b/docs/source/developers/guide/communication.rst
index 94662eafd7..3677598833 100644
--- a/docs/source/developers/guide/communication.rst
+++ b/docs/source/developers/guide/communication.rst
@@ -92,7 +92,7 @@ GitHub
~~~~~~
Further options of communicating are provided through GitHub where the project
-is hosted. What we use are GitGub Issues and Pull Requests.
+is hosted. What we use are GitHub Issues and Pull Requests.
When to use GitHub?