Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisLaw authored and cpuguy83 committed Jan 3, 2025
1 parent bf9ef0c commit 08d2e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/mux.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type handler struct {
}

// Add adds a handler for the given target
// [targetKey] is the resource path to be handled
// [targetPath] is the resource path to be handled
func (m *BuildMux) Add(targetPath string, bf gwclient.BuildFunc, info *bktargets.Target) {
if m.handlers == nil {
m.handlers = make(map[string]handler)
Expand Down

0 comments on commit 08d2e6c

Please sign in to comment.