diff --git a/chai-things/chai-things.d.ts b/chai-things/chai-things.d.ts
index bc2b89c46f..0c00e1746e 100644
--- a/chai-things/chai-things.d.ts
+++ b/chai-things/chai-things.d.ts
@@ -1,7 +1,7 @@
// Type definitions for chai-things
// Project: https://github.com/chaijs/chai-things
// Definitions by: David Broder-Rodgers
-// Definitions: https://github.com/DavidBR-SW/DefinitelyTyped
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
///
@@ -25,14 +25,14 @@ declare module Chai {
interface Anything extends Assertion {
(): any;
- that: Assertion
- with: Assertion
+ that: Assertion;
+ with: Assertion;
}
interface Something extends Assertion {
(): any;
- that: Assertion
- with: Assertion
+ that: Assertion;
+ with: Assertion;
}
interface Item {