Fixing typo

This commit is contained in:
Mehrdad Rafiee
2018-04-23 12:42:34 -05:00
committed by GitHub
parent a32c8afae2
commit 75fbde388d

View File

@@ -191,7 +191,7 @@ console.log(addResult);
as shown in the <a href="#nav=embedding">embedding guide</a>.</em>
</p>
<h2>Configuring the editor</h2>
<p>there are several ways to pass pass configuration to Ace</p>
<p>there are several ways to pass configuration to Ace</p>
<pre><code class="javascript">// pass options to ace.edit
ace.edit(element, {
mode: "ace/mode/javascript",