From 52ee0a6cefd3eaa6c41481e55b5ebf70fa972d95 Mon Sep 17 00:00:00 2001 From: Alex S <49695018+alexs-mparticle@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:01:29 -0500 Subject: [PATCH] Update src/identityApiClient.ts Co-authored-by: Robert Ing --- src/identityApiClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/identityApiClient.ts b/src/identityApiClient.ts index 6a293cd1..1bb7942e 100644 --- a/src/identityApiClient.ts +++ b/src/identityApiClient.ts @@ -126,7 +126,7 @@ export default function IdentityAPIClient( message = 'Received Alias Response from server: ' + JSON.stringify(response.status); break; - // 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 // such as if the body is empty or one of the attirbutes is missing or malformed // A 400 will return an error in the response body and will go through the happy path to report the error case HTTP_BAD_REQUEST: