Skip to content

Commit ec7776b

Browse files
kate-osbornbjee19
andauthored
Keepalive -> keep-alive
Co-authored-by: bjee19 <139261241+bjee19@users.noreply.github.com>
1 parent 4a4ecb2 commit ec7776b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proposals/client-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ type ClientSettingsPolicyConfig struct {
107107
KeepAlive *KeepAlive `json:"keepAlive,omitempty"`
108108
}
109109

110-
// KeepAlive defines the keepalive settings.
110+
// KeepAlive defines the keep-alive settings.
111111
type KeepAlive struct {
112112
// Requests sets the maximum number of requests that can be served through one keep-alive connection.
113113
// After the maximum number of requests are made, the connection is closed.

0 commit comments

Comments
 (0)