From 22103bd45535578efd659c383c40a4a79117c8e8 Mon Sep 17 00:00:00 2001 From: Will Slattum <20246633+wrslatz@users.noreply.github.com> Date: Tue, 19 Apr 2022 10:28:41 -0400 Subject: [PATCH] Fix typo in Jest 28 upgrade docs --- docs/UpgradingToJest28.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UpgradingToJest28.md b/docs/UpgradingToJest28.md index d6d682656687..f329c731343f 100644 --- a/docs/UpgradingToJest28.md +++ b/docs/UpgradingToJest28.md @@ -30,7 +30,7 @@ The `extraGlobals` option was renamed to [`sandboxInjectedGlobals`](Configuratio ### `timers` -The `timers` option was renamed to [`fakeTimers`](Configuration.md#faketimers-object). See [Fake Timers](#fake-timers) section bellow for details. +The `timers` option was renamed to [`fakeTimers`](Configuration.md#faketimers-object). See [Fake Timers](#fake-timers) section below for details. ### `testURL`