fixed a typo in comments

This commit is contained in:
bill bittner 2017-07-22 16:42:18 -07:00
parent afae6a79c3
commit b60dfe139b

View file

@ -2,7 +2,7 @@
function updatePublishStatus(msg){
document.getElementById('publish-status').innerHTML = msg;
}
// validation function which checks the proposed file's type and size
// validation function which checks the proposed file's type, size, and name
function validateFile(file) {
if (!file) {
throw new Error('no file provided');