diff options
author | Nati <nati.tessema@gmail.com> | 2014-06-10 16:54:32 -0700 |
---|---|---|
committer | Nati <nati.tessema@gmail.com> | 2014-06-10 16:54:32 -0700 |
commit | 659bc7566f1791800a06995a610306cdc8430e71 (patch) | |
tree | 82c868083f0b0dfc6a1533c28d3499671d005040 | |
parent | 663e697e018f4ebc8b89b5e77f21ff1066a36252 (diff) |
Changed "complimenting" to "complementing".
-rw-r--r-- | javascript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html.markdown b/javascript.html.markdown index 76017c17..c59a90c3 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -7,7 +7,7 @@ filename: javascript.js --- JavaScript was created by Netscape's Brendan Eich in 1995. It was originally -intended as a simpler scripting language for websites, complimenting the use of +intended as a simpler scripting language for websites, complementing the use of Java for more complex web applications, but its tight integration with Web pages and built-in support in browsers has caused it to become far more common than Java in web frontends. |