From ec621509e6877dafa4b1b3e0dcd2691c41a5b804 Mon Sep 17 00:00:00 2001 From: Josiah Altschuler Date: Tue, 31 Dec 2024 22:35:42 -0600 Subject: [PATCH] Fixed minor typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b384de..9a5c26e 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ end ##### Value -By default, the validator will use the “getter” method to the fetch attribute +By default, the validator will use the “getter” method to fetch the attribute value and validate the schema against it. ```ruby