diff --git a/assets/js/phoenix_live_view/view.js b/assets/js/phoenix_live_view/view.js index 51a024459..4115bf7be 100644 --- a/assets/js/phoenix_live_view/view.js +++ b/assets/js/phoenix_live_view/view.js @@ -1100,7 +1100,7 @@ export default class View { this.handleFailedEntryPreflight(entry.ref, "failed preflight", uploader) } }) - // for auto uploas, we may have an empty entries response from the server + // for auto uploads, we may have an empty entries response from the server // for form submits that contain invalid entries if(resp.error || Object.keys(resp.entries).length === 0){ this.undoRefs(ref)