Skip to content

Commit

Permalink
docs: fix swagger description typo (argoproj#8065)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Decaux <[email protected]>
  • Loading branch information
ebuildy authored Jan 3, 2022
1 parent 3247090 commit 399d2a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
},
{
"type": "string",
"description": "the selector to to restrict returned list to applications only with matched labels.",
"description": "the selector to restrict returned list to applications only with matched labels.",
"name": "selector",
"in": "query"
},
Expand Down Expand Up @@ -520,7 +520,7 @@
},
{
"type": "string",
"description": "the selector to to restrict returned list to applications only with matched labels.",
"description": "the selector to restrict returned list to applications only with matched labels.",
"name": "selector",
"in": "query"
},
Expand Down Expand Up @@ -3106,7 +3106,7 @@
},
{
"type": "string",
"description": "the selector to to restrict returned list to applications only with matched labels.",
"description": "the selector to restrict returned list to applications only with matched labels.",
"name": "selector",
"in": "query"
},
Expand Down

0 comments on commit 399d2a8

Please sign in to comment.