Skip to content

Commit 76e9024

Browse files
committed
Merge pull request #63 from existentialism/doc-typos
Fixed minor documentation typo
2 parents e284a72 + c56cf90 commit 76e9024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

releases/0.2.0/docs/autocomplete-0.2.0-docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h2 id="list_object">List Object</h2>
219219
<td><code class="js string">'AJAX Error'</code></td>
220220
<td>
221221
<p>An HTML string to display when an AJAX request has failed.</p>
222-
<p>If <code class="js plain">ajaxErrorHTML</code> is a function, the first argument is the type of error that has occured, the second argument is the text that the user has entered, and the third argument is the current value of the AutoComplete widget.</p>
222+
<p>If <code class="js plain">ajaxErrorHTML</code> is a function, the first argument is the type of error that has occurred, the second argument is the text that the user has entered, and the third argument is the current value of the AutoComplete widget.</p>
223223
<p>Possible values for the first argument are: <code class="js string">'timeout'</code>, <code class="js string">'error'</code>, and <code class="js string">'parsererror'</code>. Note: you will never see <code class="js string">'abort'</code>, as this is handled internally by AutoComplete.</p>
224224
<p>The function should return an HTML string.</p>
225225
</td>
@@ -1175,4 +1175,4 @@ <h2 id="errors">Errors</h2>
11751175
</div>
11761176
</div><!-- end div#footer -->
11771177

1178-
</body></html>
1178+
</body></html>

0 commit comments

Comments
 (0)