Skip to content

Commit

Permalink
Merge pull request #517 from oprogramador/patch-2
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
rimiti committed Oct 29, 2018
2 parents 8158979 + d853b37 commit 6ca3897
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 6ca3897

Please sign in to comment.