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 f84993a fix markdown layout error (#138)
f84993a is described below
commit f84993af3667c3e1fb78395f99f2935bc0ed8b58
Author: ZhangXudong <[email protected]>
AuthorDate: Thu Sep 6 16:18:00 2018 +0800
fix markdown layout error (#138)
---
docs/en-us/user/demos/service-container.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en-us/user/demos/service-container.md
b/docs/en-us/user/demos/service-container.md
index ac81e1e..e49b735 100644
--- a/docs/en-us/user/demos/service-container.md
+++ b/docs/en-us/user/demos/service-container.md
@@ -13,8 +13,8 @@ The content of Service container can be extended, built-in
spring, jetty, log4j
* Automatically load all spring configurations in the `META-INF/spring`.
```properties
-dubbo.spring.config=classpath*:META-INF/spring/*.xml
-```
+ dubbo.spring.config=classpath*:META-INF/spring/*.xml
+ ```
### Jetty Container