You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/12/05 07:17:22 UTC

[dubbo-website] branch master updated: Correct an error in the document. (#1004)

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

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5969a77  Correct an error in the document. (#1004)
5969a77 is described below

commit 5969a77096316f1204ffe86fa75fb54cefa01a32
Author: quxinyong <41...@users.noreply.github.com>
AuthorDate: Sun Dec 5 15:17:13 2021 +0800

    Correct an error in the document. (#1004)
---
 content/zh/docs/languages/golang/quick-start.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/languages/golang/quick-start.md b/content/zh/docs/languages/golang/quick-start.md
index 95b2ca3..197a51d 100644
--- a/content/zh/docs/languages/golang/quick-start.md
+++ b/content/zh/docs/languages/golang/quick-start.md
@@ -197,7 +197,7 @@ func println(format string, args ...interface{}) {
 
 * `references` 结点下配置服务的具体信息,需要配置 `interface` 配置,修改为对应服务的接口名,服务的key对应第一步中 `Provider` 的 `Reference` 返回值
 
-2. 把上面的两个配置文件费别配置为环境变量,为防止log的环境变量和服务端的log环境变量冲突,建议所有的环境变量不要做全局配置,在当前起效即可。
+2. 把上面的两个配置文件分别配置为环境变量,为防止log的环境变量和服务端的log环境变量冲突,建议所有的环境变量不要做全局配置,在当前起效即可。
 
 ```shell
 export CONF_CONSUMER_FILE_PATH="xxx"