We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e2bb6 commit 6dfcbf9Copy full SHA for 6dfcbf9
config/config.go
@@ -554,7 +554,7 @@ func (pg *ParamGroup) UnmarshalYAML(unmarshal func(interface{}) error) error {
554
return checkOverflow(pg.XXX, fmt.Sprintf("param_group %q", pg.Name))
555
}
556
557
-// Params describes URL param value
+// Param describes URL param value
558
type Param struct {
559
// Key is a name of params
560
Key string `yaml:"key"`
0 commit comments