Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
fix misspelling
  • Loading branch information
sepsoh authored Jul 23, 2023
1 parent b67b9fb commit feaebb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function init(data){
pointer = 0;
type.innerHTML = data.result[pointer].type;
providerName.innerHTML = data.result[pointer].provider + " #"+data.result[pointer].priority;
update.innerHTML = Math.ceil((data.response_time - data.result[pointer].time)/60) + " minute ago";
update.innerHTML = Math.ceil((data.response_time - data.result[pointer].time)/60) + " minutes ago";
connect.href = data.result[pointer].data;
});
}
}

0 comments on commit feaebb5

Please sign in to comment.