Skip to content

Commit

Permalink
docs: fix toc wrong dispaly
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukiniro committed Nov 16, 2023
1 parent fb1a5cb commit b3daf5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/docs/en/guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ subscribe("scope, a", () => {
});
```

### Compose key
### Compose Key

Through `'+'`, you can monitor the key combination, and you can also customize the key combination separator.

Expand Down Expand Up @@ -113,7 +113,7 @@ subscribe("scope", defaultHandler, "default");
subscribe("scope", subHandler, { scope: "sub" });
```

#### Special scope `"*"`
#### Special Scope *

If `scope` is specified as `"*"`, the listener function will ignore the `scope` setting.

Expand Down
2 changes: 1 addition & 1 deletion site/docs/zh/guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ subscribe("scope", defaultHandler, "default");
subscribe("scope", subHandler, { scope: "sub" });
```

#### 特殊作用域 `"*"`
#### 特殊作用域 *

如果作用域设置为 `"*"`,监听函数将忽略作用域设置。

Expand Down

0 comments on commit b3daf5f

Please sign in to comment.