Skip to content

Commit

Permalink
Fix typo in Jest 28 upgrade docs (#12693)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrslatz committed Apr 20, 2022
1 parent 5e570b9 commit 79bbcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UpgradingToJest28.md
Expand Up @@ -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`

Expand Down

0 comments on commit 79bbcda

Please sign in to comment.