From e96b12666af48a1a8fb881ed8f7151374603c941 Mon Sep 17 00:00:00 2001 From: "Alexander J. Dita" Date: Sat, 3 Sep 2016 10:49:20 -0700 Subject: [PATCH] Fixed typo (#5369) Coffee was missing an F --- 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 432ce3414..d6cd074d3 100644 --- a/plugins/coffee/README.md +++ b/plugins/coffee/README.md @@ -1,7 +1,7 @@ ## Coffeescript Plugin This plugin provides aliases for quickly compiling and previewing your -cofeescript code. +coffeescript code. When writing Coffeescript it's very common to want to preview the output of a certain snippet of code, either because you want to test the output or because