From 544e1a5fc48abe8de347de2470e4e10e68f9ff2a Mon Sep 17 00:00:00 2001 From: Kevin Gunn Date: Wed, 20 Nov 2024 14:28:43 +0000 Subject: [PATCH] Fixed typo in label --- extension/tasks/dependabotV2/task.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/tasks/dependabotV2/task.json b/extension/tasks/dependabotV2/task.json index 3d1a6485..6222c8da 100644 --- a/extension/tasks/dependabotV2/task.json +++ b/extension/tasks/dependabotV2/task.json @@ -134,7 +134,7 @@ "name": "authorEmail", "type": "string", "groupName": "pull_requests", - "label": "Git commit uthor email address", + "label": "Git commit author email address", "defaultValue": "", "required": false, "helpMarkDown": "The email address to use for the change commit author. Can be used to associate the committer with an existing account, to provide a profile picture. Defaults to `noreply@github.com`."