Commit bd0c48f1 authored by Josh Soref's avatar Josh Soref
Browse files

spelling: configurations

parent cc582be4
Showing with 1 addition and 1 deletion
+1 -1
......@@ -352,7 +352,7 @@ func NewClient(config *Config) (*Client, error) {
config.httpClient = defConfig.httpClient
}
// Configure the TLS cofigurations
// Configure the TLS configurations
if err := config.ConfigureTLS(); err != nil {
return nil, err
}
......
Supports Markdown
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