diff --git a/app/index.js b/app/index.js index e5dce9f..8e5db89 100644 --- a/app/index.js +++ b/app/index.js @@ -192,7 +192,7 @@ module.exports.chekIfGameHasUpdate = async function (info) { return info.version; } - // F95 change URL at every game update, + // F95 change URL at every game update, // so if the URL is the same no update is available return await urlExists(info.f95url, true); };