From 56195373269cd114d6992e10642e46f3e98301d3 Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Tue, 10 Oct 2023 09:03:33 +0300 Subject: [PATCH] Update docs/en/Community-Articles/2023-10-09-How-to-Upload-and-Download-Files-in-the-ABP-Framework-using-Angular/POST.md Co-authored-by: Qingxiao Ren <1829209+rqx110@users.noreply.github.com> --- .../POST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2023-10-09-How-to-Upload-and-Download-Files-in-the-ABP-Framework-using-Angular/POST.md b/docs/en/Community-Articles/2023-10-09-How-to-Upload-and-Download-Files-in-the-ABP-Framework-using-Angular/POST.md index 1987bffd91..0b4087a3d4 100644 --- a/docs/en/Community-Articles/2023-10-09-How-to-Upload-and-Download-Files-in-the-ABP-Framework-using-Angular/POST.md +++ b/docs/en/Community-Articles/2023-10-09-How-to-Upload-and-Download-Files-in-the-ABP-Framework-using-Angular/POST.md @@ -66,7 +66,7 @@ storageService.uploadFileByFile(myFormData).subscribe() inputFile type is File. Most case it come from `` File is belong to Javacsript Web Api. see the detail https://developer.mozilla.org/en-US/docs/Web/API/File -Let's contine with "download" +Let's continue with "download" ```javascript