diff --git a/docs/_releases/latest/mocks.md b/docs/_releases/latest/mocks.md index 915e1fa67..142822796 100644 --- a/docs/_releases/latest/mocks.md +++ b/docs/_releases/latest/mocks.md @@ -166,7 +166,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();`