Skip to content

Commit cbebf3c

Browse files
committed
review
1 parent 027bf0e commit cbebf3c

File tree

1 file changed

+2
-2
lines changed
  • clients/algoliasearch-client-javascript/packages/client-common/src/types

1 file changed

+2
-2
lines changed

clients/algoliasearch-client-javascript/packages/client-common/src/types/Requester.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ export type Response = {
4848
*/
4949
content: string;
5050
/**
51-
* Wether the API call is timed out or not.
51+
* Whether the API call is timed out or not.
5252
*/
5353
isTimedOut: boolean;
5454
/**
55-
* The status code of the response.
55+
* The HTTP status code of the response.
5656
*/
5757
status: number;
5858
};

0 commit comments

Comments
 (0)