diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-27 16:30:25 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-27 17:39:23 +0900 |
| commit | bbcee20b018ead39412bba8c4c6e3cda2a934a22 (patch) | |
| tree | 3f872c2164a5bbaf672af03e2de3cc3583e5522b /src/api/endpoints/drive | |
| parent | Fix typo: protcols -> protocols (diff) | |
| download | sharkey-bbcee20b018ead39412bba8c4c6e3cda2a934a22.tar.gz sharkey-bbcee20b018ead39412bba8c4c6e3cda2a934a22.tar.bz2 sharkey-bbcee20b018ead39412bba8c4c6e3cda2a934a22.zip | |
Fix English grammatical error
Diffstat (limited to 'src/api/endpoints/drive')
| -rw-r--r-- | src/api/endpoints/drive/folders/update.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/drive/folders/update.js b/src/api/endpoints/drive/folders/update.js index 475cd205df..542c94d9d1 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({ |