Fix translation problem in xposed-using documentation

This commit is contained in:
2022-10-29 01:49:27 +08:00
parent 1e16957279
commit c98c73fce4
2 changed files with 2 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ class _YukiHookXposedInit : IXposedHookZygoteInit, IXposedHookLoadPackage, IXpos
}
```
If your current project does not need to use Reources Hook, you can set `isUsingResourcesHook = false` to disable automatic generation.
If your current project does not need to use Resources Hook, you can set `isUsingResourcesHook = false` to disable automatic generation.
> The following example

View File

@@ -199,7 +199,7 @@ class _YukiHookXposedInit : IXposedHookZygoteInit, IXposedHookLoadPackage, IXpos
}
```
若你当前的项目并不需要用到 Reources Hook可以设置 `isUsingResourcesHook = false` 来关闭自动生成。
若你当前的项目并不需要用到 Resources Hook可以设置 `isUsingResourcesHook = false` 来关闭自动生成。
> 示例如下