Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jul 12, 2023
1 parent 977d189 commit d3d694f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/lib/http-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface HTTPClientRequest {
*/
data: Record<string, any>
/**
* Specifies the timeout (in milliseconds) for an HTTP client to get an HTTP response from HTTP server
* Specifies the timeout (in milliseconds) for an HTTP client to get an HTTP response from the server
* @example 10000
*/
httpRequestTimeout: number
Expand Down

0 comments on commit d3d694f

Please sign in to comment.