From 75fbde388dd799a02df104e189fca4f7fdbede84 Mon Sep 17 00:00:00 2001
From: Mehrdad Rafiee
Date: Mon, 23 Apr 2018 12:42:34 -0500
Subject: [PATCH] Fixing typo
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 6dad5431..145b727b 100644
--- a/index.html
+++ b/index.html
@@ -191,7 +191,7 @@ console.log(addResult);
as shown in the embedding guide.
Configuring the editor
- there are several ways to pass pass configuration to Ace
+ there are several ways to pass configuration to Ace
// pass options to ace.edit
ace.edit(element, {
mode: "ace/mode/javascript",