From e8ac8d8c019403964b46947758d41e2dd055ff21 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 26 Jun 2024 15:43:45 +0900 Subject: [PATCH] chore: update download.ts (#3088) infomation -> information --- core/src/node/helper/download.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/node/helper/download.ts b/core/src/node/helper/download.ts index b7560d100..51a0b0a8f 100644 --- a/core/src/node/helper/download.ts +++ b/core/src/node/helper/download.ts @@ -11,7 +11,7 @@ export class DownloadManager { // store the download information with key is model id public downloadProgressMap: Record = {} - // store the download infomation with key is normalized file path + // store the download information with key is normalized file path public downloadInfo: Record = {} constructor() {