aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/utils/fileUtils.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/src/utils/fileUtils.js')
-rw-r--r--apps/files/src/utils/fileUtils.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/src/utils/fileUtils.js b/apps/files/src/utils/fileUtils.js
index 7b78a85dc0e..f37e939e174 100644
--- a/apps/files/src/utils/fileUtils.js
+++ b/apps/files/src/utils/fileUtils.js
@@ -34,8 +34,8 @@ const encodeFilePath = function(path) {
/**
* Extract dir and name from file path
*
- * @param {String} path the full path
- * @returns {String[]} [dirPath, fileName]
+ * @param {string} path the full path
+ * @return {string[]} [dirPath, fileName]
*/
const extractFilePaths = function(path) {
const pathSections = path.split('/')