Browse Source

Fixed typo (#5369)

Coffee was missing an F
Alexander J. Dita 7 years ago
parent
commit
e96b12666a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/coffee/README.md

+ 1 - 1
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