Skip to content

Commit eea8573

Browse files
authored
Merge pull request #83 from tobikris/patch-1
fix typo in netbox.go
2 parents 2acc0cb + bb2b759 commit eea8573

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)