We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5564943 commit 52ee0a6Copy full SHA for 52ee0a6
src/identityApiClient.ts
@@ -126,7 +126,7 @@ export default function IdentityAPIClient(
126
message = 'Received Alias Response from server: ' + JSON.stringify(response.status);
127
break;
128
129
- // Our Identity API will return a 400 error if there is an issue with the requeest body
+ // Our Alias Request API will return a 400 error if there is an issue with the request body
130
// such as if the body is empty or one of the attirbutes is missing or malformed
131
// A 400 will return an error in the response body and will go through the happy path to report the error
132
case HTTP_BAD_REQUEST:
0 commit comments