aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.d.ts')
-rw-r--r--src/globals.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts
index 4c9adcd48..0062a05cb 100644
--- a/src/globals.d.ts
+++ b/src/globals.d.ts
@@ -15,7 +15,7 @@ declare interface Schema {
declare namespace Chai {
interface Assertion {
bignumber: Assertion;
- // HACK: In order t comply with chai-as-promised we make eventually a PromisedAssertion not an assertion
+ // HACK: In order to comply with chai-as-promised we make eventually a `PromisedAssertion` not an `Assertion`
eventually: PromisedAssertion;
}
}