Skip to content

Commit

Permalink
fix(client): correct misleading jsdoc in HttpClient
Browse files Browse the repository at this point in the history
Signed-off-by: Nelson Dominguez <ekkolon.projects@gmail.com>
  • Loading branch information
ekkolon authored Oct 2, 2023
1 parent 466a632 commit 374f34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/http/http-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type HttpClientOptions = HttpClientBaseOptions;
*
* Make sure the current node process contains this variable,
* either by directly assigning it when running your server process
* or by using a _.env_ file and loading it before starting the process.
* or by using a `.env` file and loading it before starting the process.
*
* @todo Improve response object - provide more context, like statusCode, url.
*
Expand Down

0 comments on commit 374f34a

Please sign in to comment.