chore: update download.ts (#3088)

infomation -> information
This commit is contained in:
Ikko Eltociear Ashimine 2024-06-26 15:43:45 +09:00 committed by Louis
parent 241d98f99c
commit e8ac8d8c01
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -11,7 +11,7 @@ export class DownloadManager {
// store the download information with key is model id
public downloadProgressMap: Record<string, DownloadState> = {}
// store the download infomation with key is normalized file path
// store the download information with key is normalized file path
public downloadInfo: Record<string, DownloadState> = {}
constructor() {