From 4c65bbbb8f8f6eec1c7aad1a71f5335ee59c78eb Mon Sep 17 00:00:00 2001 From: Fabio B Date: Tue, 4 Dec 2018 19:31:19 -0800 Subject: Fix typo in packages/pipeline/src/parsers/bloxy/index.ts Co-Authored-By: albrow --- packages/pipeline/src/parsers/bloxy/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/pipeline/src/parsers/bloxy/index.ts b/packages/pipeline/src/parsers/bloxy/index.ts index af07c7507..caa55d289 100644 --- a/packages/pipeline/src/parsers/bloxy/index.ts +++ b/packages/pipeline/src/parsers/bloxy/index.ts @@ -49,5 +49,5 @@ export function _parseBloxyTrade(rawTrade: BloxyTrade): DexTrade { return dexTrade; } -// Works with any form of escaoed null character (e.g., '\0' and '\u0000'). +// Works with any form of escaped null character (e.g., '\0' and '\u0000'). const filterNullCharacters = R.replace(/\0/g, ''); -- cgit v1.2.3