From 35668fe2259323c84a792b575d99df74702ee620 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 20 Nov 2017 12:54:22 -0600 Subject: Fix typos --- packages/0x.js/test/expiration_watcher_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/0x.js/test/expiration_watcher_test.ts b/packages/0x.js/test/expiration_watcher_test.ts index 1b4ba0bf5..31e01dba6 100644 --- a/packages/0x.js/test/expiration_watcher_test.ts +++ b/packages/0x.js/test/expiration_watcher_test.ts @@ -94,7 +94,7 @@ describe('ExpirationWatcher', () => { const orderHash = ZeroEx.getOrderHashHex(signedOrder); expirationWatcher.addOrder(orderHash, signedOrder.expirationUnixTimestampSec); const callback = reportCallbackErrors(done)((hash: string) => { - done(new Error('Emited expiration vent before the order actually expired')); + done(new Error('Emitted expiration went before the order actually expired')); }); expirationWatcher.subscribe(callback); const notEnoughTime = orderLifetimeS - 1; -- cgit v1.2.3