Skip to content

Commit

Permalink
Merge pull request #630 from 3ngineer-AM/AimanM
Browse files Browse the repository at this point in the history
Slight spelling mistake caught while browsing code
  • Loading branch information
birm committed Mar 30, 2023
2 parents 04c6bb2 + 06d81bf commit c7a7751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function validateForm(callback) {
finishUploadSuccess = false;
$('#check_btn').hide();
$('#post_btn').hide();
changeStatus('UPLOAD', 'Please chose a file first');
changeStatus('UPLOAD', 'Please choose a file first');
return false;
}
// Check if slide name is empty
Expand Down

0 comments on commit c7a7751

Please sign in to comment.