Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
oprogramador committed Oct 27, 2018
1 parent e910e85 commit d853b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ request(app)

```js
describe('GET /user', function() {
it('respond with json', function(done) {
it('responds with json', function(done) {
request(app)
.get('/user')
.set('Accept', 'application/json')
Expand Down

0 comments on commit d853b37

Please sign in to comment.