Skip to content

Commit 3d41821

Browse files
committed
fix: words
1 parent d683e86 commit 3d41821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/trem/plugin_dev/mixin.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TREM.class.ReportManager 的原生 refresh 方法。
1616

1717
```js
1818
async refresh() {
19-
console.log(user); // 在不注入的清況下會報錯(搭配下方基本注入)
19+
console.log(user); // 在不注入的情況下會報錯(搭配下方基本注入)
2020
const url = "https://api.exptech.dev/api";
2121
const reportList = await this.getReport(url);
2222
if (!reportList) return;

0 commit comments

Comments
 (0)