Skip to content

Commit ab9b444

Browse files
janpaepkeedorivai
andcommitted
fix typo
Co-authored-by: Edo Rivai <[email protected]>
1 parent 5824390 commit ab9b444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/communication/NetworkClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function processFetchResponse(response: ResponseWithIdempotencyKey) {
8686
// this should have been a 204, but we'll be lenient...
8787
if (body.length === 0 && isSuccessStatus) return true;
8888
// Parse the response body as JSON.
89-
// We could check the content-type header first here, but we always expect thie mollie API to return JSON.
89+
// We could check the content-type header first here, but we always expect the mollie API to return JSON.
9090
let json;
9191
try {
9292
json = JSON.parse(body);

0 commit comments

Comments
 (0)