Fix typos

This commit is contained in:
Pierre Grimaud
2020-05-24 12:37:33 +02:00
parent 340c7ca04e
commit d0d34c7872
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ it('do not skips with falsy closure condition')
->skip(function () { return false; })
->assertTrue(true);
it('skips with condition and messsage')
it('skips with condition and message')
->skip(true, 'skipped because foo')
->assertTrue(false);