Skip to content

Commit ad8ffac

Browse files
authored
docs(vi): remove extra comma (#7387)
1 parent 9acc13f commit ad8ffac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/vi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ This will clear mock history and reset each mock's implementation to its origina
409409
### vi.restoreAllMocks
410410

411411
Calls [`.mockRestore()`](/api/mock#mockrestore) on all spies.
412-
This will clear mock history, restore all original mock implementations, , and restore original descriptors of spied-on objects.
412+
This will clear mock history, restore all original mock implementations, and restore original descriptors of spied-on objects.
413413

414414
### vi.spyOn
415415

0 commit comments

Comments
 (0)