docs(validation.md): grammar and typo fix

This commit is contained in:
tigattack
2020-06-18 18:35:59 +01:00
committed by GitHub
parent 703e67a060
commit 6dedb17029

View File

@ -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.