Skip to content

Commit fccf214

Browse files
committed
Updated addOption docs (closes selectize#269).
1 parent 1493c22 commit fccf214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var selectize = $select[0].selectize;
3030
</tr>
3131
<tr>
3232
<td valign="top"><code>addOption(data)</code></td>
33-
<td valign="top">Adds an available option. If it already exists, nothing will happen. Note: this does not refresh the options list dropdown (use refreshOptions() for that).</td>
33+
<td valign="top">Adds an available option, or array of options. If it already exists, nothing will happen. Note: this does not refresh the options list dropdown (use refreshOptions() for that).</td>
3434
</tr>
3535
<tr>
3636
<td valign="top"><code>updateOption(value, data)</code></td>

0 commit comments

Comments
 (0)