diff options
author | Alexander J. Dita <info@alexanderjdita.com> | 2016-09-03 10:49:20 -0700 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-09-03 19:49:20 +0200 |
commit | e96b12666af48a1a8fb881ed8f7151374603c941 (patch) | |
tree | 9971f35b4fc7f2810fe3ebcb0ab7d641b070cfdd /plugins/coffee/README.md | |
parent | f642fcecaf66bb041ff66ad9430eff151bc4e6d6 (diff) | |
download | zsh-e96b12666af48a1a8fb881ed8f7151374603c941.tar.gz zsh-e96b12666af48a1a8fb881ed8f7151374603c941.tar.bz2 zsh-e96b12666af48a1a8fb881ed8f7151374603c941.zip |
Fixed typo (#5369)
Coffee was missing an F
Diffstat (limited to 'plugins/coffee/README.md')
-rw-r--r-- | plugins/coffee/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |