We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb6900 commit bb2b759Copy full SHA for bb2b759
netbox/netbox.go
@@ -34,7 +34,7 @@ func NewNetboxAt(host string) *client.NetBox {
34
const authHeaderName = "Authorization"
35
const authHeaderFormat = "Token %v"
36
37
-// NewNetboxWithAPIKey returna client which will connect to the given
+// NewNetboxWithAPIKey returns a client which will connect to the given
38
// hostname (and optionally port), and will set the expected Authorization
39
// header on each request
40
func NewNetboxWithAPIKey(host string, apiToken string) *client.NetBox {
0 commit comments