Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Sep 20, 2021
1 parent 8b28e26 commit 00da355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function send(
err,
) =>
Promise.reject(
new BadServerDataError(null, "The received data is no valid JSON."),
new BadServerDataError(null, "The received data is not valid JSON."),
)
)
);
Expand Down

0 comments on commit 00da355

Please sign in to comment.