Skip to content

Commit

Permalink
docs: fix typo comment (#8916)
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha authored and jeysal committed Sep 5, 2019
1 parent 8e197c6 commit 70bd497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/timer/__tests__/infinite_timer_game.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ it('schedules a 10-second timer after 1 second', () => {
// (but not any new timers that get created during that process)
jest.runOnlyPendingTimers();

// At this point, our 1-second timer should have fired it's callback
// At this point, our 1-second timer should have fired its callback
expect(callback).toBeCalled();

// And it should have created a new timer to start the game over in
Expand Down

0 comments on commit 70bd497

Please sign in to comment.