You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2020/08/20 07:16:52 UTC

[servicecomb-service-center] branch master updated: typo error (#679)

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

tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 63722fa  typo error (#679)
63722fa is described below

commit 63722fadd511c26285e787eb2b4be516eab10b94
Author: popozy <18...@163.com>
AuthorDate: Thu Aug 20 15:14:14 2020 +0800

    typo error (#679)
    
    I think maybe the annotation means that "the project prefer to golang version greater than 1.11" not "greater then 1.11"?
---
 docs/get-started/install.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/get-started/install.md b/docs/get-started/install.md
index be15705..da2266c 100644
--- a/docs/get-started/install.md
+++ b/docs/get-started/install.md
@@ -67,7 +67,7 @@ you can download dependencies directly using command `go mod`. Please follow bel
 download all the dependency.
 
 ```sh
-# greater then go1.11
+# greater than go1.11
 GO111MODULE=on go mod download
 GO111MODULE=on go mod vendor
 ```
@@ -115,4 +115,4 @@ frontend_host_ip=127.0.0.1
 frontend_host_port=30103
 ```
 
-You can follow the guide over [here](https://github.com/apache/servicecomb-service-center/blob/master/frontend/Readme.md#running-ui-from-source-code) to run the Frontend from source.
\ No newline at end of file
+You can follow the guide over [here](https://github.com/apache/servicecomb-service-center/blob/master/frontend/Readme.md#running-ui-from-source-code) to run the Frontend from source.