Fix a keyword misspell in documentation

This commit is contained in:
2022-08-19 20:59:54 +08:00
parent a357b27cc0
commit 554e6ba1bb
3 changed files with 3 additions and 3 deletions

View File

@@ -489,7 +489,7 @@ injectMember {
## 状态监听
在使用 `XposedHelper` 的同学往往会在 Hook 后打印 `UnHook` 的方法确定是否 Hook 成功。
在使用 `XposedHelpers` 的同学往往会在 Hook 后打印 `UnHook` 的方法确定是否 Hook 成功。
`YukiHookAPI` 中,你可以用以下方法方便地重新实现这个功能。