diff --git a/test/index.test.js b/test/index.test.js index a334369..4bbfe21 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -55,7 +55,7 @@ describe('index', function() { expect(github.assign_reviewers.lastCall.args[0]).to.have.members([ 'mario', 'princess-peach' ]); }); - it('requests reivew based on groups that authoer belongs to', async function() { + it('requests review based on groups that author belongs to', async function() { const config = { reviewers: { defaults: [ 'dr-mario' ],