Skip to content

Commit 52ee0a6

Browse files
Update src/identityApiClient.ts
Co-authored-by: Robert Ing <[email protected]>
1 parent 5564943 commit 52ee0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/identityApiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function IdentityAPIClient(
126126
message = 'Received Alias Response from server: ' + JSON.stringify(response.status);
127127
break;
128128

129-
// Our Identity API will return a 400 error if there is an issue with the requeest body
129+
// Our Alias Request API will return a 400 error if there is an issue with the request body
130130
// such as if the body is empty or one of the attirbutes is missing or malformed
131131
// A 400 will return an error in the response body and will go through the happy path to report the error
132132
case HTTP_BAD_REQUEST:

0 commit comments

Comments
 (0)