diff --git a/src/controllers/fileStore.controller.js b/src/controllers/fileStore.controller.js index a281ed0a..51c0f853 100644 --- a/src/controllers/fileStore.controller.js +++ b/src/controllers/fileStore.controller.js @@ -54,7 +54,7 @@ export const deleteFile = async (req, res) => { await FileStore.deleteFileStoreItem(req.body.fileId); res.status(200).json({ message: - 'File will be delete from the filestore, but it will take a few mins to confirm.', + 'File will be deleted from the filestore, but it will take a few mins to confirm.', }); } catch (error) { res.status(400).json({