Skip to content

Commit

Permalink
Fix markdown list formatting.
Browse files Browse the repository at this point in the history
There needs to be a newline separating paragraphs from lists to make
the markdown processor format the list as a list.

Signed-off-by: James Peach <jpeach@apache.org>
  • Loading branch information
jpeach committed Sep 1, 2021
1 parent 9e43c43 commit 2862432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/v1alpha2/gateway_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ const (
type GatewayTLSConfig struct {
// Mode defines the TLS behavior for the TLS session initiated by the client.
// There are two possible modes:
//
// - Terminate: The TLS session between the downstream client
// and the Gateway is terminated at the Gateway. This mode requires
// certificateRef to be set.
Expand Down

0 comments on commit 2862432

Please sign in to comment.