Fixed typo (#5369)

Coffee was missing an F
This commit is contained in:
Alexander J. Dita 2016-09-03 10:49:20 -07:00 committed by Marc Cornellà
parent f642fcecaf
commit e96b12666a

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