From a877a6f542b7ed1a8dfbaef66cde8ea8a369e7b2 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sat, 29 Aug 2026 16:54:04 +0530 Subject: [PATCH] docs: fix typo recieve -> receive Signed-off-by: Vaibhav Srivastava --- docs/OtpDevice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OtpDevice.md b/docs/OtpDevice.md index a65b1afd..4e618ae9 100644 --- a/docs/OtpDevice.md +++ b/docs/OtpDevice.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **factor_id** | **int** | The identifier of the factor to enroll the user with. | [readonly] **display_name** | **str** | A name for the users device | **number** | **str** | The phone number of the user in E.164 format. | -**verified** | **bool** | Defaults to false. Some factors like SMS or Voice require that a user recieve a token and then that token is supplied to the Verify endpoint before the device is considered active. You can set verfied to `true` which indicates the the users phone number is pre verified and the device can be immediately activated. | [optional] +**verified** | **bool** | Defaults to false. Some factors like SMS or Voice require that a user receive a token and then that token is supplied to the Verify endpoint before the device is considered active. You can set verfied to `true` which indicates the the users phone number is pre verified and the device can be immediately activated. | [optional] ## Example