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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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.