mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-23 03:36:31 +03:00
Spelling and Markdown Standards
Another batch of documentation improvements Fix Spelling in: - Comments in code - Displayed strings One change was in a json file used for the anomaly dashboard in docker, else no other code was changed. Some Markdown changes, related to standards: - URLs - List numbering - Empty spaces at the end of a line
This commit is contained in:
@@ -87,7 +87,7 @@ type server struct {
|
||||
// In such cases the caller must serve the request.
|
||||
type RequestHandler func(w http.ResponseWriter, r *http.Request) bool
|
||||
|
||||
// ServeOptions defiens optional parameters for http server
|
||||
// ServeOptions defines optional parameters for http server
|
||||
type ServeOptions struct {
|
||||
// UseProxyProtocol if is set to true for the corresponding addr, then the incoming connections are accepted via proxy protocol.
|
||||
// See https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
|
||||
|
||||
Reference in New Issue
Block a user