You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/07/24 01:58:11 UTC

[incubator-dubbo-website] branch asf-site updated: Fix typo from "flase" to "false" (#56)

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

huxing 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 efbddc7  Fix typo from "flase" to "false" (#56)
efbddc7 is described below

commit efbddc7ebfddb741483c6c9769369bee8f058be1
Author: 大雁小鱼 <74...@qq.com>
AuthorDate: Tue Jul 24 09:58:09 2018 +0800

    Fix typo from "flase" to "false" (#56)
---
 docs/zh-cn/user/demos/routing-rule.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/zh-cn/user/demos/routing-rule.md b/docs/zh-cn/user/demos/routing-rule.md
index 94803e9..24bd73c 100644
--- a/docs/zh-cn/user/demos/routing-rule.md
+++ b/docs/zh-cn/user/demos/routing-rule.md
@@ -22,8 +22,8 @@ registry.register(URL.valueOf("condition://0.0.0.0/com.foo.BarService?category=r
 * `category=routers` 表示该数据为动态配置类型,**必填**。
 * `dynamic=false` 表示该数据为持久数据,当注册方退出时,数据依然保存在注册中心,**必填**。
 * `enabled=true` 覆盖规则是否生效,可不填,缺省生效。
-* `force=false` 当路由结果为空时,是否强制执行,如果不强制执行,路由结果为空的路由规则将自动失效,可不填,缺省为 `flase`。
-* `runtime=false` 是否在每次调用时执行路由规则,否则只在提供者地址列表变更时预先执行并缓存结果,调用时直接从缓存中获取路由结果。如果用了参数路由,必须设为 `true`,需要注意设置会影响调用的性能,可不填,缺省为 `flase`。
+* `force=false` 当路由结果为空时,是否强制执行,如果不强制执行,路由结果为空的路由规则将自动失效,可不填,缺省为 `false`。
+* `runtime=false` 是否在每次调用时执行路由规则,否则只在提供者地址列表变更时预先执行并缓存结果,调用时直接从缓存中获取路由结果。如果用了参数路由,必须设为 `true`,需要注意设置会影响调用的性能,可不填,缺省为 `false`。
 * `priority=1` 路由规则的优先级,用于排序,优先级越大越靠前执行,可不填,缺省为 `0`。
 * `rule=URL.encode("host = 10.20.153.10 => host = 10.20.153.11")` 表示路由规则的内容,**必填**。
 
@@ -136,4 +136,4 @@ registry.register(URL.valueOf("condition://0.0.0.0/com.foo.BarService?category=r
 [^1]: `2.2.0` 以上版本支持
 [^2]: 路由规则扩展点:[路由扩展](http://dubbo.apache.org/books/dubbo-dev-book/impls/router.html)
 [^3]: 注意:一个服务只能有一条白名单规则,否则两条规则交叉,就都被筛选掉了
-[^4]: 注意:脚本没有沙箱约束,可执行任意代码,存在后门风险
\ No newline at end of file
+[^4]: 注意:脚本没有沙箱约束,可执行任意代码,存在后门风险