Browse Source

docs: updates README.md

e22m4u 1 day ago
parent
commit
e7e9aeeee6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -547,7 +547,7 @@ sandbox.restore();
 // service.process теперь оригинальный метод
 // service.process теперь оригинальный метод
 console.log(processSpy.callCount); // 0
 console.log(processSpy.callCount); // 0
 console.log(utilSpy.callCount);    // 0
 console.log(utilSpy.callCount);    // 0
-console.log(sandbox.spies.length);   // 0
+console.log(sandbox.spies.length); // 0
 ```
 ```
 
 
 ## Тесты
 ## Тесты