From c171018893f6ecc350b6646bf4de65f0c050db4a Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Wed, 14 May 2014 22:31:47 +0100 Subject: [PATCH] Fix typo in autoMockOn() docs --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 9a7b43bc645c..0e98f94e1afa 100644 --- a/docs/API.md +++ b/docs/API.md @@ -95,7 +95,7 @@ Examples of dependencies that might be considered "implementation details" are t ### `jest.autoMockOn()` Re-enables automatic mocking in the module loader. -It's worth noting that automatic mocking is on by default, so this method is only useful if that default has been changes (such as by previously calling [`jest.autoMockOff()`](#jest-automockoff)) +It's worth noting that automatic mocking is on by default, so this method is only useful if that default has been changed (such as by previously calling [`jest.autoMockOff()`](#jest-automockoff)) ### `jest.clearAllTimers()` Removes any pending timers from the timer system.