Skip to content

Commit 988d760

Browse files
authored
chore: fix typo in description (argoproj#8217)
Signed-off-by: Yujun Zhang <yujunz@nvidia.com>
1 parent a17c77e commit 988d760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/apiclient/application/application.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/application/application.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ message ApplicationQuery {
2424
repeated string project = 3 [(gogoproto.customname) = "Projects"];
2525
// when specified with a watch call, shows changes that occur after that particular version of a resource.
2626
optional string resourceVersion = 4 [(gogoproto.nullable) = false];
27-
// the selector to to restrict returned list to applications only with matched labels
27+
// the selector to restrict returned list to applications only with matched labels
2828
optional string selector = 5 [(gogoproto.nullable) = false];
2929
// the repoURL to restrict returned list applications
3030
optional string repo = 6 [(gogoproto.nullable) = false];

0 commit comments

Comments
 (0)