Commit 8c84342b authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #4519 from evanandrewrose/master

Fix "be" -> "b" typo in coffee plugin README.md.
parents fdb0e239 fe02e027
...@@ -11,7 +11,7 @@ Preview the compiled result of your coffeescript with `cf "code"` as per the ...@@ -11,7 +11,7 @@ Preview the compiled result of your coffeescript with `cf "code"` as per the
following: following:
```zsh ```zsh
$ cf 'if a then be else c' $ cf 'if a then b else c'
if (a) { if (a) {
b; b;
} else { } else {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment