Skip to content

Commit

Permalink
Corrected the cSpell directive
Browse files Browse the repository at this point in the history
  • Loading branch information
kiamlaluno committed Apr 14, 2024
1 parent a11bbbb commit 6410eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/user/user.module
Expand Up @@ -432,7 +432,7 @@ function user_password($length = 10) {
// password. Note that the number 0 and the letter 'O' have been
// removed to avoid confusion between the two. The same is true
// of 'I', 1, and 'l'.
// cSpell:ignore-next abcdefghijkmnopqrstuvwxyz
// cSpell:ignore abcdefghijkmnopqrstuvwxyz
$allowable_characters = 'abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789';

// Zero-based count of characters in the allowable list:
Expand Down

0 comments on commit 6410eb2

Please sign in to comment.