Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit eb6d182

Browse files
authored
docs: Fix the typo in SentOTPMessage to SendOTPMessage (#1647)
1 parent b83a348 commit eb6d182

File tree

1 file changed

+1
-1
lines changed
  • content/en/user-guide/aws/pinpoint

1 file changed

+1
-1
lines changed

content/en/user-guide/aws/pinpoint/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The following output would be retrieved:
9696

9797
### OTP verification
9898

99-
The operations [`SentOTPMessage`](https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-otp.html#SendOTPMessage) and [`VerifyOTPMessage`](https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-verify-otp.html#VerifyOTPMessage) are used for one-time password (OTP) verification.
99+
The operations [`SendOTPMessage`](https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-otp.html#SendOTPMessage) and [`VerifyOTPMessage`](https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-verify-otp.html#VerifyOTPMessage) are used for one-time password (OTP) verification.
100100

101101
On production AWS, `SendOTPMessage` sends an SMS text message with the OTP code.
102102
The OTP can then be verified against the reference ID using `VerifyOTPMessage`

0 commit comments

Comments
 (0)