From b3e451f3e9aa3e4559229c3d40628982de100530 Mon Sep 17 00:00:00 2001 From: Kevin Gunn Date: Mon, 25 Nov 2024 04:43:28 +0000 Subject: [PATCH] Fixed typo in label (#1476) --- 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`."