1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 23:06:49 +02:00

Changed "complimenting" to "complementing".

This commit is contained in:
Nati
2014-06-10 16:54:32 -07:00
parent 663e697e01
commit 659bc7566f

View File

@@ -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.