From fe02e027fe2d549d6027d51b95a8a724e40958df Mon Sep 17 00:00:00 2001 From: evanandrewrose Date: Mon, 19 Oct 2015 08:21:41 -0400 Subject: [PATCH] Fix "be" -> "b" typo in coffee plugin README.md. --- plugins/coffee/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/coffee/README.md b/plugins/coffee/README.md index d0e7bbe7..432ce341 100644 --- a/plugins/coffee/README.md +++ b/plugins/coffee/README.md @@ -11,7 +11,7 @@ Preview the compiled result of your coffeescript with `cf "code"` as per the following: ```zsh -$ cf 'if a then be else c' +$ cf 'if a then b else c' if (a) { b; } else {