Skip to content

Commit

Permalink
Update ABOUT.md (#194)
Browse files Browse the repository at this point in the history
typo fix: "compability" -> "compatibility"
  • Loading branch information
safety-panda authored Dec 23, 2022
1 parent c906f83 commit 4bcb324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# About

CoffeeScript is a language which transpiles into JavaScript, used for making dynamic websites (both in the web browser, and on the server). The transpiler is used to transform CoffeeScript code into JavaScript before running, to keep compability and the same performance of JavaScript while providing many new features!
CoffeeScript is a language which transpiles into JavaScript, used for making dynamic websites (both in the web browser, and on the server). The transpiler is used to transform CoffeeScript code into JavaScript before running, to keep compatibility and the same performance of JavaScript while providing many new features!

CoffeeScript was created to provide a simplified way to write JavaScript, based on a blend of the Ruby and Python languages. One difference is the use of indentation and arrows to replace JavaScript's verbose function code, and introduces useful features from functional languages including pattern matching.

Expand Down

0 comments on commit 4bcb324

Please sign in to comment.