Skip to content

Commit b4788a3

Browse files
authored
Fix typo: enviornment → environment in config comment (#39)
1 parent 80be702 commit b4788a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
)
99

10-
// ProxyEnvSettings contains enviornment configuration for setting up the proxy.
10+
// ProxyEnvSettings contains environment configuration for setting up the proxy.
1111
type ProxyEnvSettings struct {
1212
APIEndpoint string
1313
PackageManager string

0 commit comments

Comments
 (0)