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

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


The following commit(s) were added to refs/heads/master by this push:
     new 27afb5d  fix microservice configuration typo (#250)
27afb5d is described below

commit 27afb5de5bb5d070214eb4c9d9a24962cba4cbb2
Author: Yin Hang <[email protected]>
AuthorDate: Mon Nov 22 11:06:35 2021 +0800

    fix microservice configuration typo (#250)
---
 .../zh_CN/docs/build-provider/definition/service-definition.md          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/java-chassis-reference/zh_CN/docs/build-provider/definition/service-definition.md
 
b/java-chassis-reference/zh_CN/docs/build-provider/definition/service-definition.md
index bee19b5..ac697ad 100644
--- 
a/java-chassis-reference/zh_CN/docs/build-provider/definition/service-definition.md
+++ 
b/java-chassis-reference/zh_CN/docs/build-provider/definition/service-definition.md
@@ -30,7 +30,7 @@ servicecomb 微服务定义包括两个基础模型 `Microservice` 和 `Microser
 | servicecomb.service.version | 2.1.2 | 1.0.0.0 | 是 | 微服务版本号 |
 | servicecomb.service.role | 2.1.2 | FRONT | 否 | 服务类型 |
 | servicecomb.service.description | 2.1.2 | - | 否 | 微服务描述 |
-| ervicecomb.service.environment | 2.1.2 | - | 否 | 运行环境,比如 development, 
production 等 |
+| servicecomb.service.environment | 2.1.2 | - | 否 | 运行环境,比如 development, 
production 等 |
 | servicecomb.service.propertyExtendedClass | 2.1.2 | - | 否 | 微服务元数据配置扩展信息, 
接口返回的配置会覆盖配置文件中key相同的配置。|
 | servicecomb.service.properties | 2.1.2 | - | 否 | 
服务实例元数据配置(通过microservice.yaml文件进行配置)|
 | servicecomb.service.paths | 2.1.2 | - | 否 | URL 前缀列表 |

Reply via email to