Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Jan 5, 2023
1 parent 3c3213f commit 98f4cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
"name": "autoCompleteIgnoreConfigIds",
"type": "string",
"groupName": "approval_completion",
"label": "Semicolon delimited list of any policy configuration Id's which auto-complete should not wait for.",
"label": "Semicolon delimited list of any policy configuration IDs which auto-complete should not wait for.",
"defaultValue": "",
"required": false,
"helpMarkDown": "A semicolon (`;`) delimited list of any policy configuration Id's which auto-complete should not wait for. Only applies to optional policies (isBlocking == false). Auto-complete always waits for required policies (isBlocking == true)."
"helpMarkDown": "A semicolon (`;`) delimited list of any policy configuration IDs which auto-complete should not wait for. Only applies to optional policies (isBlocking == false). Auto-complete always waits for required policies (isBlocking == true)."
},
{
"name": "autoApprove",
Expand Down

0 comments on commit 98f4cc8

Please sign in to comment.