summaryrefslogtreecommitdiff
path: root/plugins/coffee/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/coffee/README.md')
-rw-r--r--plugins/coffee/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/coffee/README.md b/plugins/coffee/README.md
index 2baade844..c2ab192b6 100644
--- a/plugins/coffee/README.md
+++ b/plugins/coffee/README.md
@@ -24,7 +24,7 @@ Also provides the following aliases:
* **cfc:** Copies the compiled JS to your clipboard. Very useful when you want
to run the code in a JS console.
-* **cfp:** Compiles from your currently copied clipboard. Useful when you want
+* **cfp:** Compiles from your currently copied clipboard. Useful when you want
to compile large/multi-line snippets
* **cfpc:** Paste coffeescript from clipboard, compile to JS, then copy the