diff --git a/packages/shared/sdk-client/src/api/integrations/Hooks.ts b/packages/shared/sdk-client/src/api/integrations/Hooks.ts index a453775bba..19f6c3b9ae 100644 --- a/packages/shared/sdk-client/src/api/integrations/Hooks.ts +++ b/packages/shared/sdk-client/src/api/integrations/Hooks.ts @@ -181,8 +181,8 @@ export interface Hook { beforeIdentify?(hookContext: IdentifySeriesContext, data: IdentifySeriesData): IdentifySeriesData; /** - * This method is called during the execution of the identify process before the operation - * completes, but after any context modifications are performed. + * This method is called during the execution of the identify process, after the operation + * completes. * * @param hookContext Contains information about the evaluation being performed. This is not * mutable.