You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2021/05/10 01:15:37 UTC

[servicecomb-docs] branch master updated: Update general-config.md (#237)

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 9e35690  Update general-config.md (#237)
9e35690 is described below

commit 9e3569011a63b8fb78c326dbc547d0d608503175
Author: fengyiliu <li...@sina.com>
AuthorDate: Mon May 10 09:15:27 2021 +0800

    Update general-config.md (#237)
    
    wrong word
---
 java-chassis-reference/zh_CN/docs/config/general-config.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/java-chassis-reference/zh_CN/docs/config/general-config.md b/java-chassis-reference/zh_CN/docs/config/general-config.md
index 79dd73a..352a749 100644
--- a/java-chassis-reference/zh_CN/docs/config/general-config.md
+++ b/java-chassis-reference/zh_CN/docs/config/general-config.md
@@ -30,10 +30,10 @@ ServiceComb提供了分层次的配置机制。按照优先级从高到低,分
 |servicecomb.configurationSource.additionalUrls|配置文件的列表,以`,`分隔的多个包含具体位置的完整文件名|
 |servicecomb.configurationSource.defaultFileName|默认配置文件名|
 
-* applicatioin.yaml
+* application.yaml
 
-在使用Spring Boot启动Java Chassis的场景下,可以使用Spring Boot提供的配置机制。通常会通过applicatioin.yaml等文件定义配置。在Spring Boot
-场景下,microservice.yaml的配置依然有效,优先级比applicatioin.yaml低。
+在使用Spring Boot启动Java Chassis的场景下,可以使用Spring Boot提供的配置机制。通常会通过application.yaml等文件定义配置。在Spring Boot
+场景下,microservice.yaml的配置依然有效,优先级比application.yaml低。
 
 ### 环境变量