From 3fca5236e7e6439044109bcefcad124ce3d6a1f7 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Tue, 6 Sep 2022 17:55:39 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/connectivity/http-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/connectivity/http-request.md b/en/application-dev/connectivity/http-request.md index 517063c007..6ddf26b870 100644 --- a/en/application-dev/connectivity/http-request.md +++ b/en/application-dev/connectivity/http-request.md @@ -67,7 +67,7 @@ httpRequest.request( console.info('cookies:' + data.cookies); // 8+ } else { console.info('error:' + JSON.stringify(err)); - // Call the destroy method to destroy the request if it is no longer needed. + // Call the destroy() method to destroy the request if it is no longer needed. httpRequest.destroy(); } } -- GitLab