From b188539ed6be0aa718426c9b1447a0de249b42ae Mon Sep 17 00:00:00 2001 From: Daniel Janocha Date: Fri, 15 Jul 2022 11:22:55 +0200 Subject: [PATCH] fixed little typo --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 7b61608..8d7fd1e 100644 --- a/src/utils.js +++ b/src/utils.js @@ -2,7 +2,7 @@ import { parse } from 'graphql' import parseUrl from 'url-parse' import httpStatus from 'statuses' -const CANT_PARSE_RESPONSE_ERROR = Error(`Cant't parse response content`) +const CANT_PARSE_RESPONSE_ERROR = Error(`Can't parse response content`) function ID() { return `${Date.now() + Math.random()}`