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 09:37:15 UTC

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

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 41d9685  fix markdown layout error (#140)
41d9685 is described below

commit 41d96850a0c73180f15eec77e10b3630d097dcba
Author: ZhangXudong <zh...@jytpay.com>
AuthorDate: Thu Sep 6 17:37:12 2018 +0800

    fix markdown layout error (#140)
---
 docs/zh-cn/user/recommend.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh-cn/user/recommend.md b/docs/zh-cn/user/recommend.md
index 6dcc6e0..902e244 100644
--- a/docs/zh-cn/user/recommend.md
+++ b/docs/zh-cn/user/recommend.md
@@ -145,8 +145,8 @@ Dubbo 中所有的配置项都可以配置在 Spring 配置文件中,并且可
 4. 服务提供者协议 `dubbo.service.protocol`、服务的监听端口 `dubbo.service.server.port`
 
     ```xml
-<dubbo:protocol name="dubbo" port="20880" />
-```
+    <dubbo:protocol name="dubbo" port="20880" />
+    ```
     
 5. 服务线程池大小 `dubbo.service.max.thread.threads.size`