Skip to content

Commit

Permalink
fix(password): fix grammatical error (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Fernandes <andreaf1@vmware.com>
  • Loading branch information
andyfeds and Andrea Fernandes authored Dec 19, 2024
1 parent 97fd691 commit 20f7ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1019-password-design-guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A [password](https://clarity.design/documentation/password) component is an inpu
- A password field **must** be used when the user needs to set or input a password. This ensures security and consistency across the interface.
- An asterisk (\*) **must not** be used in the password field. Instead, use dots or bullets to mask the password for consistency and clarity.
- Password requirements **should** be used in the helper text to guide the user, helping them create valid passwords without confusion.
- Password requirements **should not** hidden in a signpost or revealed to the user only after the user fails the first attempt. Providing them upfront helps prevent frustration and improves the user experience.
- Password requirements **should not** be hidden in a signpost or revealed to the user only after the user fails the first attempt. Providing them upfront helps prevent frustration and improves the user experience.
- A password field **may** be used when the user needs to mask the input content to protect sensitive information, even if it is not a password.

## Changelog
Expand Down

0 comments on commit 20f7ba2

Please sign in to comment.