From fda898634a305af39d0af707eb0a6bdcffbdf66b Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Kumar <181558744+Rohan5commit@users.noreply.github.com> Date: Sat, 21 Mar 2026 11:39:02 +0800 Subject: [PATCH] docs: fix mock state properties typo (#9933) Co-authored-by: rohan436 --- docs/api/mock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/mock.md b/docs/api/mock.md index b1fbce45c..0211bfd17 100644 --- a/docs/api/mock.md +++ b/docs/api/mock.md @@ -473,7 +473,7 @@ fn.mock.calls === [ ``` :::warning Objects are Stored by Reference -Note that Vitest always stores objects by reference in all properies of the `mock` state. This means that if the properties were changed by your code, then some assertions like [`.toHaveBeenCalledWith`](/api/expect#tohavebeencalledwith) will not pass: +Note that Vitest always stores objects by reference in all properties of the `mock` state. This means that if the properties were changed by your code, then some assertions like [`.toHaveBeenCalledWith`](/api/expect#tohavebeencalledwith) will not pass: ```ts const argument = { -- 2.51.2