From 64b027ae818cf2a9cdaf8ec6f40ade8b97ecd6f6 Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Wed, 5 Aug 2015 00:42:49 -0700 Subject: [PATCH] Fix some grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 315152b..3e1df10 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ u({ ### `u.if(predicate(, updates)(, object))` Apply updates only if `predicate` is truthy or, if `predicate` is a function, -if it evaluates to truthy when called with `object`. +it evaluates to truthy when called with `object`. ```js var object = { a: 2 };