From 1631665efbb7f6f791e4c1b3fd1ac215a53ad003 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Mon, 14 Apr 2025 13:24:13 -0400 Subject: [PATCH] Fix minor typo (#3456) Co-authored-by: Benjamin Lu --- src/constants/desktopMaintenanceTasks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/desktopMaintenanceTasks.ts b/src/constants/desktopMaintenanceTasks.ts index 526886d3e..082a62045 100644 --- a/src/constants/desktopMaintenanceTasks.ts +++ b/src/constants/desktopMaintenanceTasks.ts @@ -18,7 +18,7 @@ export const DESKTOP_MAINTENANCE_TASKS: Readonly[] = [ shortDescription: 'Change the application base path.', errorDescription: 'Unable to open the base path. Please select a new one.', description: - 'The base path is the default location where ComfyUI stores data. It is the location fo the python environment, and may also contain models, custom nodes, and other extensions.', + 'The base path is the default location where ComfyUI stores data. It is the location for the python environment, and may also contain models, custom nodes, and other extensions.', isInstallationFix: true, button: { icon: PrimeIcons.QUESTION,