Skip to content

Commit

Permalink
docs: Fix omitted word (#12782)
Browse files Browse the repository at this point in the history
Signed-off-by: DongRyeol Cha <dr83.cha@samsung.com>
  • Loading branch information
DongRyeol Cha authored Aug 22, 2020
1 parent f21afb0 commit 71d49d8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/envoy/api/v2/cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ message Cluster {
// connections to upstream hosts whenever hosts are added or removed from the cluster.
bool close_connections_on_host_set_change = 6;

//Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
// Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
ConsistentHashingLbConfig consistent_hashing_lb_config = 7;
}

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/cluster/v3/cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ message Cluster {
// connections to upstream hosts whenever hosts are added or removed from the cluster.
bool close_connections_on_host_set_change = 6;

//Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
// Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
ConsistentHashingLbConfig consistent_hashing_lb_config = 7;
}

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/cluster/v4alpha/cluster.proto

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

2 changes: 1 addition & 1 deletion generated_api_shadow/envoy/api/v2/cluster.proto

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

2 changes: 1 addition & 1 deletion generated_api_shadow/envoy/config/cluster/v3/cluster.proto

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

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

0 comments on commit 71d49d8

Please sign in to comment.