Commit 268a1306 authored by jg Chen's avatar jg Chen Committed by GitHub

fix misspell "roughly" in config.go

parent c577108c
...@@ -70,7 +70,7 @@ const ( ...@@ -70,7 +70,7 @@ const (
) )
// Config is a structure used to configure a GenericAPIServer. // Config is a structure used to configure a GenericAPIServer.
// It's members are sorted rougly in order of importance for composers. // It's members are sorted roughly in order of importance for composers.
type Config struct { type Config struct {
// SecureServingInfo is required to serve https // SecureServingInfo is required to serve https
SecureServingInfo *SecureServingInfo SecureServingInfo *SecureServingInfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment