Skip to content

Commit

Permalink
minor - fix typo (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbeukes committed Oct 6, 2021
1 parent 3aaaafe commit 98d06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const mockManager = ImportMock.mockOther(fooModule, 'fooName', 'fakeName');

**replaceWith:**

Requires an object that matches Partial<OriginalType>. This argument is an optional shorthand, and the value can be updated using mockMangaer.set().
Requires an object that matches Partial<OriginalType>. This argument is an optional shorthand, and the value can be updated using mockManager.set().

---

Expand Down

0 comments on commit 98d06c9

Please sign in to comment.