Fixed typo

Coffee was missing an F
This commit is contained in:
Alexander J. Dita 2016-09-02 13:27:34 -07:00 committed by GitHub
commit 9582d11887

View file

@ -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