docs(validation.md): grammar and typo fix
This commit is contained in:
parent
703e67a060
commit
6dedb17029
|
@ -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.
|
||||
|
|
Reference in New Issue