aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/utils/newNodeDialog.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/src/utils/newNodeDialog.ts')
-rw-r--r--apps/files/src/utils/newNodeDialog.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/utils/newNodeDialog.ts b/apps/files/src/utils/newNodeDialog.ts
index 53d4fe4d00f..a81fa9f4e17 100644
--- a/apps/files/src/utils/newNodeDialog.ts
+++ b/apps/files/src/utils/newNodeDialog.ts
@@ -23,7 +23,7 @@ interface ILabels {
* @param defaultName Default name to use
* @param folderContent Nodes with in the current folder to check for unique name
* @param labels Labels to set on the dialog
- * @return string if successfull otherwise null if aborted
+ * @return string if successful otherwise null if aborted
*/
export function newNodeName(defaultName: string, folderContent: Node[], labels: ILabels = {}) {
const contentNames = folderContent.map((node: Node) => node.basename)