Skip to content

Commit 4bcb324

Browse files
authored
Update ABOUT.md (#194)
typo fix: "compability" -> "compatibility"
1 parent c906f83 commit 4bcb324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ABOUT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About
22

3-
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!
3+
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!
44

55
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.
66

0 commit comments

Comments
 (0)