Skip to content

Commit

Permalink
fix: typo in constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
pleb committed Sep 23, 2024
1 parent 5d23a09 commit 09371a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const adjectives = ['adorable', 'agreeable', 'adventurous', 'bewildered', 'blush
// prettier-ignore
const adverb = ['really', 'madly', 'abnormally', 'always', 'anxiously', 'blissfully', 'frenetically', 'queasily', 'warmly', 'rightfully', 'generally', 'hopefully', 'wonderfully', 'gloomily', 'strictly', 'busily', 'terribly', 'mightily', 'sometimes', 'greatly', 'lazily', 'carelessly', 'rudely']
// prettier-ignore
const mailProviers = ['gmail.com', 'outlook.com', 'yahoo.com', 'hotmail.com', 'aol.com', 'msn.com', 'hotmail.co.uk', 'web.de', 'me.com', 'mac.com']
const mailProviders = ['gmail.com', 'outlook.com', 'yahoo.com', 'hotmail.com', 'aol.com', 'msn.com', 'hotmail.co.uk', 'web.de', 'me.com', 'mac.com']

/**
* Generates a random "thing's" name.
Expand Down

0 comments on commit 09371a2

Please sign in to comment.