Skip to content

Commit 05f7a11

Browse files
authoredMay 12, 2023
fixed:修复design.md文字typo (chaosblade-io#298)
fixed:chaosblade-io#282
1 parent bead407 commit 05f7a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/zh-cn/design.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Sandbox内置jetty容器,访问api回调到注解为@Http("/xx")的方法,
3030
| ---- | ---- |
3131
|blade create| CreateHandler创建一个实验,StatusManager注册状态,满足一定条件的插件加载。 |
3232
|blade status|StatusHandler去StatusManager查询实验状态。|
33-
|blade destroy|DestroyHandlerr销毁实验,满足一定条件的插件卸载。|
33+
|blade destroy|DestroyHandler销毁实验,满足一定条件的插件卸载。|
3434
## 实现原理
3535

3636
以servlet,api的接口延迟为例,实现原理如下图。

0 commit comments

Comments
 (0)
Please sign in to comment.