10000 Fix spelling in NotCompromisedPassword.rst · symfony/symfony-docs@8dec82c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dec82c

Browse files
authored
Fix spelling in NotCompromisedPassword.rst
1 parent 37a4c90 commit 8dec82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/NotCompromisedPassword.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following constraint ensures that the ``rawPassword`` property of the
7979
8080
In order to make the password validation, this constraint doesn't send the raw
8181
password value to the ``haveibeenpwned.com`` API. Instead, it follows a secure
82-
process known as `k-anonimity password validation`_.
82+
process known as `k-anonymity password validation`_.
8383

8484
In practice, the raw password is hashed using SHA-1 and only the first bytes of
8585
the hash are sent. Then, the ``haveibeenpwned.com`` API compares those bytes

0 commit comments

Comments
 (0)
0