Skip to content

Commit 9972e1e

Browse files
Fix typo in mocks documentation (#2591)
1 parent 52e6e4c commit 9972e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-source/release/mocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ An `expectation` instance only holds onto a single set of arguments specified wi
148148

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

151-
Expect the method to be called with `obj` as `this`."}
151+
Expect the method to be called with `obj` as `this`.
152152

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

0 commit comments

Comments
 (0)