Skip to content

Commit

Permalink
fix(inApp): typo in error message (#12938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 authored Feb 6, 2024
1 parent 9dac939 commit ee77a41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export const validationErrorMap: AmplifyErrorMap<InAppMessagingValidationErrorCo
[InAppMessagingValidationErrorCode.NotInitialized]: {
message: 'In-app messaging has not been initialized.',
recoverySuggestion:
'Please make sure to first call `initializePushNotifications`.',
'Please make sure to first call `initializeInAppMessaging`.',
},
};

0 comments on commit ee77a41

Please sign in to comment.