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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 51179159e51 Update config-rule.md (#2805)
51179159e51 is described below

commit 51179159e516489643d16563f85c59878d63e609
Author: lin-lee <[email protected]>
AuthorDate: Tue Sep 5 14:27:01 2023 +0800

    Update config-rule.md (#2805)
    
    fix disabled misspell
---
 content/en/docs/v2.7/user/examples/config-rule.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/docs/v2.7/user/examples/config-rule.md 
b/content/en/docs/v2.7/user/examples/config-rule.md
index e1d9c0299d8..4efa1b4f43d 100644
--- a/content/en/docs/v2.7/user/examples/config-rule.md
+++ b/content/en/docs/v2.7/user/examples/config-rule.md
@@ -29,7 +29,7 @@ Example:
 1. Disable service provider.(Usually used to temporarily kick off a provider 
machine, similar to the prohibition of consumer access, please use the routing 
rules)
 
     ```
-    
override://10.20.153.10/com.foo.BarService?category=configurators&dynamic=false&disbaled=true
+    
override://10.20.153.10/com.foo.BarService?category=configurators&dynamic=false&disabled=true
     ```
 
 2. Adjustment weight:(Usually used to capacity assessment,default is 100)

Reply via email to