diff --git a/types/sinon-chrome/index.d.ts b/types/sinon-chrome/index.d.ts index f4834bc527..67614ff6bc 100644 --- a/types/sinon-chrome/index.d.ts +++ b/types/sinon-chrome/index.d.ts @@ -22,7 +22,7 @@ export = SinonChrome; export as namespace SinonChrome; interface SinonChromeStub extends Sinon.SinonStub { - flush(): void; + flush(): void; } declare namespace SinonChrome {