You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by je...@apache.org on 2018/09/06 07:03:05 UTC

[incubator-dubbo-website] branch asf-site updated: markdown layout error (#137)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 98d472e  markdown layout error (#137)
98d472e is described below

commit 98d472ef12eac2ccac7f470d92140983e81f606f
Author: ZhangXudong <zh...@jytpay.com>
AuthorDate: Thu Sep 6 15:03:02 2018 +0800

    markdown layout error (#137)
---
 docs/zh-cn/user/demos/service-container.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh-cn/user/demos/service-container.md b/docs/zh-cn/user/demos/service-container.md
index 75d9755..12c3efa 100644
--- a/docs/zh-cn/user/demos/service-container.md
+++ b/docs/zh-cn/user/demos/service-container.md
@@ -14,8 +14,8 @@
 * 配置 spring 配置加载位置:
 
     ```properties
-dubbo.spring.config=classpath*:META-INF/spring/*.xml
-```
+    dubbo.spring.config=classpath*:META-INF/spring/*.xml
+    ```
 
 ### Jetty Container