From aa17dd656f0810d7045e7dfaf1e76ced2480485d Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Sat, 2 Oct 2021 16:59:46 +0700 Subject: [PATCH] docs: fix a typo --- docs/TimerMocks.md | 2 +- website/versioned_docs/version-25.x/TimerMocks.md | 2 +- website/versioned_docs/version-26.x/TimerMocks.md | 2 +- website/versioned_docs/version-27.0/TimerMocks.md | 2 +- website/versioned_docs/version-27.1/TimerMocks.md | 2 +- website/versioned_docs/version-27.2/TimerMocks.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/TimerMocks.md b/docs/TimerMocks.md index 43e07ca0201f..ef2cc71fe361 100644 --- a/docs/TimerMocks.md +++ b/docs/TimerMocks.md @@ -124,7 +124,7 @@ describe('infiniteTimerGame', () => { // (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 diff --git a/website/versioned_docs/version-25.x/TimerMocks.md b/website/versioned_docs/version-25.x/TimerMocks.md index 89f2066d82c3..ff8a16ef988a 100644 --- a/website/versioned_docs/version-25.x/TimerMocks.md +++ b/website/versioned_docs/version-25.x/TimerMocks.md @@ -107,7 +107,7 @@ describe('infiniteTimerGame', () => { // (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 diff --git a/website/versioned_docs/version-26.x/TimerMocks.md b/website/versioned_docs/version-26.x/TimerMocks.md index 89f2066d82c3..ff8a16ef988a 100644 --- a/website/versioned_docs/version-26.x/TimerMocks.md +++ b/website/versioned_docs/version-26.x/TimerMocks.md @@ -107,7 +107,7 @@ describe('infiniteTimerGame', () => { // (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 diff --git a/website/versioned_docs/version-27.0/TimerMocks.md b/website/versioned_docs/version-27.0/TimerMocks.md index 43e07ca0201f..ef2cc71fe361 100644 --- a/website/versioned_docs/version-27.0/TimerMocks.md +++ b/website/versioned_docs/version-27.0/TimerMocks.md @@ -124,7 +124,7 @@ describe('infiniteTimerGame', () => { // (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 diff --git a/website/versioned_docs/version-27.1/TimerMocks.md b/website/versioned_docs/version-27.1/TimerMocks.md index 43e07ca0201f..ef2cc71fe361 100644 --- a/website/versioned_docs/version-27.1/TimerMocks.md +++ b/website/versioned_docs/version-27.1/TimerMocks.md @@ -124,7 +124,7 @@ describe('infiniteTimerGame', () => { // (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 diff --git a/website/versioned_docs/version-27.2/TimerMocks.md b/website/versioned_docs/version-27.2/TimerMocks.md index 43e07ca0201f..ef2cc71fe361 100644 --- a/website/versioned_docs/version-27.2/TimerMocks.md +++ b/website/versioned_docs/version-27.2/TimerMocks.md @@ -124,7 +124,7 @@ describe('infiniteTimerGame', () => { // (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