Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
transport.go: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan authored and hiddeco committed Aug 12, 2019
1 parent 5f0b218 commit 1a99efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/helm/http/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/gorilla/mux"
)

// NewRouter creates a new routeri nstance, registers all API routes
// NewRouter creates a new router instance, registers all API routes
// and returns it.
func NewRouter() *mux.Router {
r := mux.NewRouter()
Expand Down

0 comments on commit 1a99efe

Please sign in to comment.