Skip to content

Commit

Permalink
Merge c05b1ac into 352a8ff
Browse files Browse the repository at this point in the history
  • Loading branch information
kpacha committed Apr 1, 2020
2 parents 352a8ff + c05b1ac commit 9bf15b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Expand Up @@ -536,7 +536,7 @@ func (u *UnsupportedVersionError) Error() string {
}

// EndpointPathError is the error returned by the configuration init process when an endpoint
// is using a forbiden path
// is using a forbidden path
type EndpointPathError struct {
Path string
Method string
Expand Down
2 changes: 1 addition & 1 deletion proxy/formatter.go
Expand Up @@ -127,7 +127,7 @@ func newWhitelistingFilter(whitelist []string) propertyFilter {
}

func buildDictPath(accumulator map[string]interface{}, fields []string) map[string]interface{} {
ok := true
var ok bool
var c map[string]interface{}
var fIdx int
fEnd := len(fields)
Expand Down
2 changes: 1 addition & 1 deletion test/doc.go
@@ -1,2 +1,2 @@
// Package test contains the integration tests for tje KrakenD framework
// Package test contains the integration tests for the KrakenD framework
package test

0 comments on commit 9bf15b3

Please sign in to comment.