Skip to content

Commit bb2b759

Browse files
authored
fix typo in netbox.go
1 parent fbb6900 commit bb2b759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/netbox.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func NewNetboxAt(host string) *client.NetBox {
3434
const authHeaderName = "Authorization"
3535
const authHeaderFormat = "Token %v"
3636

37-
// NewNetboxWithAPIKey returna client which will connect to the given
37+
// NewNetboxWithAPIKey returns a client which will connect to the given
3838
// hostname (and optionally port), and will set the expected Authorization
3939
// header on each request
4040
func NewNetboxWithAPIKey(host string, apiToken string) *client.NetBox {

0 commit comments

Comments
 (0)