Skip to content

Commit

Permalink
fix: typo in readme about config file to deny email domains (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
juseveno authored Sep 27, 2024
1 parent 714c744 commit a39ed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To validate that the domain is not a disposable email or a disposable email (che
validates :email, 'valid_email_2/email': { disposable_domain_with_allow_list: true }
```

To validate that the domain is not on the deny list (under config/deny_list_email_domains.yml):
To validate that the domain is not on the deny list (under config/deny_listed_email_domains.yml):
```ruby
validates :email, 'valid_email_2/email': { deny_list: true }
```
Expand Down

0 comments on commit a39ed57

Please sign in to comment.