From 659bc7566f1791800a06995a610306cdc8430e71 Mon Sep 17 00:00:00 2001
From: Nati <nati.tessema@gmail.com>
Date: Tue, 10 Jun 2014 16:54:32 -0700
Subject: [PATCH] Changed "complimenting" to "complementing".

---
 javascript.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.