Skip to content
Snippets Groups Projects
Commit bbcee20b authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix English grammatical error

parent 8c1e10e2
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment