You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by hu...@apache.org on 2023/04/14 09:54:38 UTC

[incubator-kvrocks-website] branch main updated: Fix typos in contributing page (#88)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new eda7910  Fix typos in contributing page (#88)
eda7910 is described below

commit eda79106573ec4481c635d414633811d0b0da8af
Author: Binbin <bi...@qq.com>
AuthorDate: Fri Apr 14 17:54:33 2023 +0800

    Fix typos in contributing page (#88)
---
 community/contributing.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/contributing.md b/community/contributing.md
index c0a06c2..64d7f26 100644
--- a/community/contributing.md
+++ b/community/contributing.md
@@ -21,11 +21,11 @@ To help you familiarise yourself with the source tree, we have listed some impor
 /cmake                  CMake source code for configuring dependencies and other build processing
 /src                    C++ source code for the kvrocks server
 /tests/cppunit          C++ unit tests for some components in /src
-/tests/gocases          Golang test cases for unit, functional and integration tests
+/tests/gocase           Golang test cases for unit, functional and integration tests
 /utils/kvrocks2redis    C++ source code for the kvrocks2redis tool
 ```
 
-Make sure you have C++ (at least GCC >= 7 or Clang >= 5, a higher-version compiler is highly recommended) and Go toolchains in your development environment, refering to the [Getting Started](/docs/getting-started#install-dependencies) page for all build dependencies. 
+Make sure you have C++ (at least GCC >= 7 or Clang >= 5, a higher-version compiler is highly recommended) and Go toolchains in your development environment, referring to the [Getting Started](/docs/getting-started#install-dependencies) page for all build dependencies.
 In addition to the source code listed above, the rest of the repository consists mainly of scripts written in python or shell.
 And you can read about how to build this project on the [Getting Started](/docs/getting-started#compile-kvrocks-from-source) page.