From d55152b33de88286b0d21e02ee08203df72bcb0b Mon Sep 17 00:00:00 2001 From: Andrei Chugunov Date: Tue, 6 Sep 2016 18:25:49 +0400 Subject: [PATCH] Typo in the class name. --- reference/constraints/UserPassword.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/UserPassword.rst b/reference/constraints/UserPassword.rst index caa792b8776..594027ec889 100644 --- a/reference/constraints/UserPassword.rst +++ b/reference/constraints/UserPassword.rst @@ -24,7 +24,7 @@ password, but needs to enter their old password for security. Basic Usage ----------- -Suppose you have a ``PasswordChange`` class, that's used in a form where +Suppose you have a ``ChangePassword`` class, that's used in a form where the user can change their password by entering their old password and a new password. This constraint will validate that the old password matches the user's current password: