From 507968758f0e1c7d1c1f2315d3982c1ce859a090 Mon Sep 17 00:00:00 2001 From: Kerollos Magdy Date: Sat, 10 Apr 2021 15:29:46 +0200 Subject: [PATCH] fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6cef52..5384ac1 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Default configuration can be overridden by setting options in `config/initialize ```ruby if defined?(EmailValidator) - # To completly override the defaults + # To completely override the defaults EmailValidator.default_options = { allow_nil: false, domain: nil,