Skip to content

Commit

Permalink
chore: update download.ts (#3088)
Browse files Browse the repository at this point in the history
infomation -> information
  • Loading branch information
eltociear authored and namchuai committed Jul 12, 2024
1 parent e43c708 commit 5b8ca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/node/helper/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5b8ca26

Please sign in to comment.