Skip to content

Commit

Permalink
Fixed typo in label (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnyDev authored Nov 25, 2024
1 parent 0e5bed9 commit b3e451f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/tasks/dependabotV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[email protected]`."
Expand Down

0 comments on commit b3e451f

Please sign in to comment.