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-go.git
The following commit(s) were added to refs/heads/master by this push:
new ec4aede4c typo (#1830)
ec4aede4c is described below
commit ec4aede4c57b602633b105ae1feb3f9ef99e4c7c
Author: tyltr <[email protected]>
AuthorDate: Fri Apr 15 13:50:38 2022 +0800
typo (#1830)
---
common/config/environment.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/config/environment.go b/common/config/environment.go
index 457e944a1..903bfec04 100644
--- a/common/config/environment.go
+++ b/common/config/environment.go
@@ -28,7 +28,7 @@ import (
)
// Environment
-// There is dubbo.properties file and application level config center
configuration which higner than normal config center in java. So in java the
+// There is dubbo.properties file and application level config center
configuration which is higher than normal config center in java. So in java the
// configuration sequence will be config center > application level config
center > dubbo.properties > spring bean configuration.
// But in go, neither the dubbo.properties file or application level config
center configuration will not support for the time being.
// We just have config center configuration which can override configuration
in consumer.yaml & provider.yaml.