From 20154020dd55b3dd2db12a060f4b44567b774657 Mon Sep 17 00:00:00 2001 From: Kerem Yilmaz Date: Tue, 17 Sep 2024 15:17:20 -0700 Subject: [PATCH] Doc typo fix (#844) --- docs/running-tasks/advanced-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-tasks/advanced-features.mdx b/docs/running-tasks/advanced-features.mdx index 43e6b2ad..517142cd 100644 --- a/docs/running-tasks/advanced-features.mdx +++ b/docs/running-tasks/advanced-features.mdx @@ -21,7 +21,7 @@ Body: ## Time-based One-time Password (TOTP) -Skyvern supports one-time password (see https://www.twilio.com/docs/glossary/totp for more information), also knwon as 2FA/MFA, in two ways: 1) Skyvern gets the code from your endpoint 2) You push the the code to Skyvern. +Skyvern supports one-time password (see https://www.twilio.com/docs/glossary/totp for more information), also known as 2FA/MFA, in two ways: 1) Skyvern gets the code from your endpoint 2) You push the the code to Skyvern. ### Get Code From Your Endpoint You can pass `totp_verification_url` when [creating a task](/running-tasks/api-spec#request-initiate-a-task). Inside this endpoint hosted by you, you have to conform to the following schema: