From 2fd2985da0af110aa630c72a1684743c0930dfa4 Mon Sep 17 00:00:00 2001 From: Henrik Nyh Date: Sun, 30 Aug 2015 10:19:34 +0200 Subject: [PATCH] docs: "also lets pass" -> "also lets you pass" --- docs/10.3-class-name-manipulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/10.3-class-name-manipulation.md b/docs/10.3-class-name-manipulation.md index e85ae3ea..d6f28f5a 100644 --- a/docs/10.3-class-name-manipulation.md +++ b/docs/10.3-class-name-manipulation.md @@ -46,7 +46,7 @@ render: function() { When using `classSet()`, pass an object with keys of the CSS class names you might or might not need. Truthy values will result in the key being a part of the resulting string. -`classSet()` also lets pass class names in as arguments that are then concatenated for you: +`classSet()` also lets you pass class names in as arguments that are then concatenated for you: ```javascript render: function() {