Update doc

pull/938/head
Cagatay Civici 2021-02-03 12:45:57 +03:00
parent b442d87b6d
commit 8fd94987ac
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import Password from 'primevue/password';
</code></pre>
<h5>Customization</h5>
<p>Password components uses regular expressions for middle and strong passwords with the following defaults.</p>
<p>Password component uses regular expressions for middle and strong passwords with the following defaults.</p>
<h6>Medium</h6>
<p><i>^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,}).</i></p>