diff --git a/site/docs/en/guide/index.mdx b/site/docs/en/guide/index.mdx index 6290d9e..c56700b 100644 --- a/site/docs/en/guide/index.mdx +++ b/site/docs/en/guide/index.mdx @@ -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. @@ -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. diff --git a/site/docs/zh/guide/index.mdx b/site/docs/zh/guide/index.mdx index 998f9d2..a1aa18e 100644 --- a/site/docs/zh/guide/index.mdx +++ b/site/docs/zh/guide/index.mdx @@ -113,7 +113,7 @@ subscribe("scope", defaultHandler, "default"); subscribe("scope", subHandler, { scope: "sub" }); ``` -#### 特殊作用域 `"*"` +#### 特殊作用域 * 如果作用域设置为 `"*"`,监听函数将忽略作用域设置。