Skip to content

Commit

Permalink
Fix typo in mocks documentation (#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocruzpalacios committed Mar 18, 2024
1 parent 52e6e4c commit 9972e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-source/release/mocks.md
Expand Up @@ -148,7 +148,7 @@ An `expectation` instance only holds onto a single set of arguments specified wi

#### `expectation.on(obj);`

Expect the method to be called with `obj` as `this`."}
Expect the method to be called with `obj` as `this`.

#### `expectation.verify();`

Expand Down

0 comments on commit 9972e1e

Please sign in to comment.