Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jul 12, 2023
1 parent 5fdfbad commit 5941180
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 for a 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 HTTP server
* @example 10000
*/
httpRequestTimeout: number
Expand Down

0 comments on commit 5941180

Please sign in to comment.