Skip to content

Commit

Permalink
Remove "`"
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek committed Mar 27, 2024
1 parent 0112926 commit 9f48b1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gen/proto/go/teleport/lib/teleterm/v1/cluster.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 gen/proto/ts/teleport/lib/teleterm/v1/cluster_pb.ts

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

2 changes: 1 addition & 1 deletion proto/teleport/lib/teleterm/v1/cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ message Cluster {
// rootClusterId is not equal to the name of the root cluster.
//
// For leaf clusters, it has the form of /clusters/:rootClusterId/leaves/:leafClusterId where
// leafClusterId` is equal to the name property of the cluster.
// leafClusterId is equal to the name property of the cluster.
string uri = 1;
// name is used throughout the Teleport Connect codebase as the cluster name.
string name = 2;
Expand Down

0 comments on commit 9f48b1c

Please sign in to comment.