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/06/21 08:17:34 UTC

[servicecomb-service-center] branch master updated: fix misspelled words (#650)

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 b853a9c  fix misspelled words (#650)
b853a9c is described below

commit b853a9c3f44a4d8058581971d6547ac08a4810ed
Author: hityc2019 <48...@users.noreply.github.com>
AuthorDate: Sun Jun 21 16:17:24 2020 +0800

    fix misspelled words (#650)
---
 server/govern/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/govern/README.md b/server/govern/README.md
index 99143e0..ea0e8d4 100644
--- a/server/govern/README.md
+++ b/server/govern/README.md
@@ -46,7 +46,7 @@ package hello
 import roa "github.com/apache/servicecomb-service-center/pkg/rest"
 
 func init() {
-    roa.RegisterServent(&HelloService{})
+    roa.RegisterServant(&HelloService{})
 }
 ```