ralf0131 closed pull request #26: typo fix
URL: https://github.com/apache/incubator-dubbo-docs/pull/26
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dubbo-user-book/recommend.md b/dubbo-user-book/recommend.md
index 363b0ec..6dcc6e0 100644
--- a/dubbo-user-book/recommend.md
+++ b/dubbo-user-book/recommend.md
@@ -160,8 +160,8 @@ Dubbo 中所有的配置项都可以配置在 Spring 配置文件中,并且可
     <dubbo:reference interface="com.alibaba.xxx.XxxService" check="false" />
     ```
     
-[^1]: 配置的覆盖规则:1) 方法级配置别优于接口级别,即小 Scope 优先 2) Consumer 端配置优于 Provider 
配置,优于全局配置,最后是Dubbo 硬编码的配置值([Dubbo 配置参考手册](./configuration/properties.md#覆盖策略))
+[^1]: 配置的覆盖规则:1) 方法级别配置优于接口级别,即小 Scope 优先 2) Consumer 端配置优于 Provider 
配置,优于全局配置,最后是Dubbo 硬编码的配置值([Dubbo 配置参考手册](./configuration/properties.md#覆盖策略))
 [^2]: 表示加上第一次调用,会调用 3 次
 [^3]: 有多个 Provider 时,如何挑选 Provider 调用
 [^4]: 指从 Consume r端并发调用最好的 Provider,可以减少的反应慢的 Provider 的调用,因为反应更容易累积并发的调用
-[^5]: `timeout` 可以在多处设置,配置项及覆盖规则详见: [Dubbo 
配置参考手册](./references/xml/introduction.md)
\ No newline at end of file
+[^5]: `timeout` 可以在多处设置,配置项及覆盖规则详见: [Dubbo 
配置参考手册](./references/xml/introduction.md)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to