Minor typo

This commit is contained in:
Eduard Urbach 2018-04-08 13:32:18 +02:00
parent 833f37dad8
commit d6ca29b5c8

View File

@ -14,7 +14,7 @@ export async function checkNewVersion(url: string, statusMessage: StatusMessage)
let response = await fetch(url)
if(!response.ok) {
console.warn("Error fetch", url)
console.warn("Error fetching", url)
return
}