diff --git a/docs/OtpDevice.md b/docs/OtpDevice.md index a65b1af..4e618ae 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