From 9582d118874951bdc971a5b36640442fd8edca6d Mon Sep 17 00:00:00 2001 From: "Alexander J. Dita" Date: Fri, 2 Sep 2016 13:27:34 -0700 Subject: [PATCH] Fixed typo 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