Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#2911 from ipfs/feature/ifps-capitalize
Browse files Browse the repository at this point in the history
docs: decapitalize IPFS where possible

This commit was moved from ipfs/kubo@437cc7f
  • Loading branch information
whyrusleeping authored Nov 2, 2016
2 parents 790da60 + 2430d87 commit b3304c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/core/corehttp/gateway_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func (i *gatewayHandler) putHandler(w http.ResponseWriter, r *http.Request) {

rootPath, err := path.ParsePath(r.URL.Path)
if err != nil {
webError(w, "putHandler: ipfs path not valid", err, http.StatusBadRequest)
webError(w, "putHandler: IPFS path not valid", err, http.StatusBadRequest)
return
}

Expand Down

0 comments on commit b3304c4

Please sign in to comment.