Skip to content

Commit

Permalink
Merge pull request #11 from DJanocha/typo_fixing
Browse files Browse the repository at this point in the history
fixed little typo
  • Loading branch information
enkot authored Jul 15, 2022
2 parents 7635a65 + b188539 commit e6e8c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()}`
Expand Down

0 comments on commit e6e8c02

Please sign in to comment.