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 <[email protected]>
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