Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur White committed Feb 28, 2018
1 parent ccf3198 commit 899eb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Package [check](https://godoc.org/github.com/gowww/check) provides request form
- From an [http.Request](https://golang.org/pkg/net/http/#Request), with [Checker.CheckRequest](https://godoc.org/github.com/gowww/check#Checker.CheckRequest):

```Go
errs := checker.CheckRequest(r)
errs := userChecker.CheckRequest(r)
```

3. Handle errors:
Expand Down

0 comments on commit 899eb03

Please sign in to comment.