From 3d7ef5b3162e512681163bae9b5280e6ac6c67ed Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Mon, 22 Jan 2024 15:58:56 -0600 Subject: [PATCH] Fixup typo --- docs/FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 441397c..1d4225b 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -13,7 +13,9 @@ When you authenticate to the Turnkey dashboard, your email is used to lookup you Typically we recommend that you create "test" organizations to test the API and functionality freely. When you are ready to go to production, use a "main" organization used for production only. -To do this you can use email aliases: if `firstname@domain.com` is your email, you can sign up for a new Turnkey organization with `firstname+test@domain.com` to have a test playground. Reach out () if you need many test organizations or if you have specific question, our team is happy to help you get set up! +To do this you can use email aliases: if `firstname@domain.com` is your email, you can sign up for a new Turnkey organization with `firstname+test@domain.com` to have a test playground. + +If you need many test organizations or if you have specific questions, our team is happy to help you get set up. ### Why do you require a public / private key pair to access Turnkey API?