From 96296c838473f2c0a642e598a6c4f8775769bdd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Vel=C3=A1squez?= Date: Tue, 2 Apr 2024 17:32:34 -0700 Subject: [PATCH] Fix minor typo in Planner metadata Changed 'dependancies' to 'dependencies'. Thank you for considering. --- apps/office/planner/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/office/planner/metadata.json b/apps/office/planner/metadata.json index 0fc732d..9eabf36 100644 --- a/apps/office/planner/metadata.json +++ b/apps/office/planner/metadata.json @@ -4,7 +4,7 @@ "summary": "Scheduling tool and project management application", "developer-name": "Brian C. Christensen", "developer-url": "http://www.simpleprojectmanagement.com/planner/what.html", - "description": "A Project Management application that supports Gantt charts and resource allocation. Among its important features are the definition of tasks with start/end dates and durations, dependancies between tasks, sub-tasks can also be defined, project calendars with holidays, definition of resources, assignment of resources to tasks, resource specific calendars. ", + "description": "A Project Management application that supports Gantt charts and resource allocation. Among its important features are the definition of tasks with start/end dates and durations, dependencies between tasks, sub-tasks can also be defined, project calendars with holidays, definition of resources, assignment of resources to tasks, resource specific calendars. ", "launch-cmd": "planner", "proprietary": false, "alternate-to": null,