From 111459dc2526660118fa4b64ca5022ad3b03fe20 Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Thu, 18 Jun 2020 18:02:58 +0100 Subject: [PATCH] docs(captcha.md): grammar and clarity --- docs/flow/stages/captcha/captcha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flow/stages/captcha/captcha.md b/docs/flow/stages/captcha/captcha.md index f9d730013..422caa4e4 100644 --- a/docs/flow/stages/captcha/captcha.md +++ b/docs/flow/stages/captcha/captcha.md @@ -2,6 +2,6 @@ This stage adds a form of verification using [Google's ReCaptcha](https://www.google.com/recaptcha/intro/v3.html). -This stage has two required fields. You need a Public and a Private key, both of which you can acquire at https://www.google.com/recaptcha/admin. +This stage has two required fields: Public key and private key. These can both be acquired at https://www.google.com/recaptcha/admin. ![](captcha-admin.png)