docs(testing): typo in code example (#834)

This commit is contained in:
JC 2019-01-26 18:06:04 +01:00 committed by Gregor
parent 20e7c65a50
commit cb21ca7a22
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ describe('My Probot app', () => {
.post('/app/installations/2/access_tokens')
.reply(200, { token: 'test' })
// Test that a commented is posted
// Test that a comment is posted
nock('https://api.github.com')
.post('/repos/hiimbex/testing-things/issues/1/comments', (body) => {
expect(body).toMatchObject(issueCreatedBody)