From 15f9155feb9e0d88ba7d2fcb500ac44eecf15212 Mon Sep 17 00:00:00 2001 From: TW Date: Fri, 20 Sep 2024 16:18:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B5=8B=E8=AF=95=E6=95=99=E7=A8=8B?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E4=BB=B6=E5=90=8D=E5=A4=9A=E4=BD=99s?= =?UTF-8?q?=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/docs/guides/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/docs/guides/test.md b/docs/docs/docs/guides/test.md index 52a622dfd39a..565638723d00 100644 --- a/docs/docs/docs/guides/test.md +++ b/docs/docs/docs/guides/test.md @@ -58,7 +58,7 @@ export default async () => { ```txt . └── utils - ├── reverseApiData.test.tss + ├── reverseApiData.test.ts └── reverseApiData.ts ```