This is an automated email from the ASF dual-hosted git repository.
monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new d01f0867e docs: correct the wrong json format of api-breaker.md's
example (#10960)
d01f0867e is described below
commit d01f0867edd3ff4917c6eae9afc7fee52d46ef75
Author: cooper.wu <[email protected]>
AuthorDate: Mon Feb 26 14:40:21 2024 +0800
docs: correct the wrong json format of api-breaker.md's example (#10960)
---
docs/en/latest/plugins/api-breaker.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/plugins/api-breaker.md
b/docs/en/latest/plugins/api-breaker.md
index 64b80c976..d0478b1c9 100644
--- a/docs/en/latest/plugins/api-breaker.md
+++ b/docs/en/latest/plugins/api-breaker.md
@@ -80,7 +80,7 @@ curl "http://127.0.0.1:9180/apisix/admin/routes/1" \
"127.0.0.1:1980": 1
}
},
- "uri": "/hello",
+ "uri": "/hello"
}'
```