Skip to content

Commit

Permalink
chore: fix typo in description (#8217)
Browse files Browse the repository at this point in the history
Signed-off-by: Yujun Zhang <yujunz@nvidia.com>
  • Loading branch information
yujunz committed Jan 19, 2022
1 parent a17c77e commit 988d760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/apiclient/application/application.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/application/application.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ message ApplicationQuery {
repeated string project = 3 [(gogoproto.customname) = "Projects"];
// when specified with a watch call, shows changes that occur after that particular version of a resource.
optional string resourceVersion = 4 [(gogoproto.nullable) = false];
// the selector to to restrict returned list to applications only with matched labels
// the selector to restrict returned list to applications only with matched labels
optional string selector = 5 [(gogoproto.nullable) = false];
// the repoURL to restrict returned list applications
optional string repo = 6 [(gogoproto.nullable) = false];
Expand Down

0 comments on commit 988d760

Please sign in to comment.