Skip to content

Commit 7f4048c

Browse files
committed
minor symfony#6955 Typo in the class name. (pythagor)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes symfony#6955). Discussion ---------- Typo in the class name. Commits ------- 8b28f02 Typo in the class name.
2 parents c72dde0 + 8b28f02 commit 7f4048c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/UserPassword.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ password, but needs to enter their old password for security.
2424
Basic Usage
2525
-----------
2626

27-
Suppose you have a ``PasswordChange`` class, that's used in a form where
27+
Suppose you have a ``ChangePassword`` class, that's used in a form where
2828
the user can change their password by entering their old password and a
2929
new password. This constraint will validate that the old password matches
3030
the user's current password:

0 commit comments

Comments
 (0)