mirror of
https://github.com/AdaCore/ace.git
synced 2026-02-12 13:03:02 -08:00
Fixing typo
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user