Skip to content

Commit

Permalink
fix typo (jestjs#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
raycohen authored and cpojer committed Nov 30, 2016
1 parent 13673ff commit 90262b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ expect.extend({
});

describe('toBe5', () => {
it('matchers the number 5', () => {
it('matches the number 5', () => {
expect(five()).toBeNumber(5);
expect('Jest').not.toBeNumber(5);
});
Expand Down

0 comments on commit 90262b1

Please sign in to comment.