Skip to content

Commit 45811d2

Browse files
author
Lee Yeh
authored
fix(file): fix a grammer mistake
1 parent 396ae8b commit 45811d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ module.exports = function(AV) {
455455
*/
456456
destroy: function(options) {
457457
if (!this.id) {
458-
return Promise.reject(new Error('The file id is not eixsts.'));
458+
return Promise.reject(new Error('The file id does not eixst.'));
459459
}
460460
var request = AVRequest(
461461
'files',

0 commit comments

Comments
 (0)