Fix typos (#417)

This commit is contained in:
Pierre Grimaud
2020-04-20 12:56:03 +02:00
committed by GitHub
parent c4b6011310
commit a28977e977
6 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ export class StatusReporter {
for (const value of Array.from(this.largeFiles.values())) {
info(value)
}
// delete all entires in the map after displaying the information so it will not be displayed again unless explicitly added
// delete all entries in the map after displaying the information so it will not be displayed again unless explicitly added
this.largeFiles.clear()
}, 1000)
}