From 6dedb17029ddf8deafcc43db5a4765f753721169 Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Thu, 18 Jun 2020 18:35:59 +0100 Subject: [PATCH] docs(validation.md): grammar and typo fix --- docs/flow/stages/prompt/validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/flow/stages/prompt/validation.md b/docs/flow/stages/prompt/validation.md index 8c1ac4f288..8186f9fcc5 100644 --- a/docs/flow/stages/prompt/validation.md +++ b/docs/flow/stages/prompt/validation.md @@ -12,6 +12,6 @@ True False {% endif %} ``` -This policy expects you two have two password fields with `field_key` set to `password` and `password_repeat`. +This policy expects you to have two password fields with `field_key` set to `password` and `password_repeat`. -Afterwards bind this policy to the prompt stage you want to validate. +Afterwards, bind this policy to the prompt stage you want to validate.