From 511dd8cc5b029710ec4eaa86a397d5a485b59bf8 Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Fri, 8 Jun 2018 16:40:44 +0000 Subject: Fix doc typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 784b73b..61f58ba 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ You can also use coerce from the following supertypes with `coerce_value`: - Integer - Numeric -Hashie does not have built-in support for coercion boolean values, since Ruby does not have a built-in boolean type or standard method for to a boolean. You can coerce to booleans using a custom proc. +Hashie does not have built-in support for coercing boolean values, since Ruby does not have a built-in boolean type or standard method for coercing to a boolean. You can coerce to booleans using a custom proc. ### Coercion Proc -- cgit v1.2.1