From 4defea6becd8693cad160909f1a9b6a2349ffc2a Mon Sep 17 00:00:00 2001 From: sally Date: Fri, 22 Jul 2022 14:25:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E9=87=8A=20=E5=AE=9E=E4=BE=8B?= =?UTF-8?q?=E5=8C=96=20=E9=94=99=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/plugin-request/src/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-request/src/request.ts b/packages/plugin-request/src/request.ts index 2f65d3ab..c2227cdd 100644 --- a/packages/plugin-request/src/request.ts +++ b/packages/plugin-request/src/request.ts @@ -132,7 +132,7 @@ const DEFAULT_ERROR_PAGE = '/exception'; let requestMethodInstance: RequestMethod; const getRequestMethod = () => { if (requestMethodInstance) { - // request method 已经示例化 + // request method 已经实例化 return requestMethodInstance; }