Skip to content

Commit 47fcd3c

Browse files
Update src/helpers/getJsonResponse.ts
Co-authored-by: Naseem <[email protected]>
1 parent 7a5517c commit 47fcd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/getJsonResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { TerminalApiResponse } from "../typings/terminal/models";
2323

2424
/**
2525
* Sends a JSON request to the given resource and returns a string or a deserialized `TerminalApiResponse`.
26-
* Used by Terminal API /sync method
26+
* Used by Terminal API /async method
2727
*
2828
* @template T The request type (usually a model or plain object).
2929
* @param {Resource} resource - The API resource to which the request is sent.

0 commit comments

Comments
 (0)