From bbcee20b018ead39412bba8c4c6e3cda2a934a22 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Mon, 27 Feb 2017 16:30:25 +0900 Subject: [PATCH] Fix English grammatical error --- src/api/endpoints/drive/folders/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/endpoints/drive/folders/update.js b/src/api/endpoints/drive/folders/update.js index 475cd205d..542c94d9d 100644 --- a/src/api/endpoints/drive/folders/update.js +++ b/src/api/endpoints/drive/folders/update.js @@ -76,7 +76,7 @@ module.exports = (params, user) => return rej('parent-folder-not-found'); } - // Check if the circular reference will be occured + // Check if the circular reference will occur async function checkCircle(folderId) { // Fetch folder const folder2 = await DriveFolder.findOne({