fix spelling

pull/64/head
Josh Rendek 2014-07-04 01:05:55 -04:00
parent e3a8e43111
commit d886ac2b4a
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ func TestSomething(t *testing.T) {
The `http` package contains test objects useful for testing code that relies on the `net/http` package. Check out the [(deprecated) API documentation for the `http` package](http://godoc.org/github.com/stretchr/testify/http).
We reccomend you use [httptest](http://golang.org/pkg/net/http/httptest) instead.
We recommend you use [httptest](http://golang.org/pkg/net/http/httptest) instead.
`mock` package
--------------