Skip to content

Commit

Permalink
Quick grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Oct 2, 2017
1 parent e4985c8 commit 4ae9a6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h3>Example:</h3>
<tr>
<td>group_search</td>
<td>true</td>
<td>By default chosen will search labels of groups as well as options, and display all options below matching groups. Set this to <code class="language-javascript">false</code> to search only in actual options.</td>
<td>By default, Chosen will search group labels as well as options, and filter to show all options below matching groups. Set this to <code class="language-javascript">false</code> to search only in the options.</td>
</tr>
<tr>
<td>single_backstroke_delete</td>
Expand Down Expand Up @@ -132,14 +132,14 @@ <h3>Example:</h3>
<td>case_sensitive_search</td>
<td>false</td>
<td>
<p>By default Chosen's search is case-insensitive. Setting this option to <code class="language-javascript">true</code> makes the search case-sensitive.</p>
<p>By default, Chosen's search is case-insensitive. Setting this option to <code class="language-javascript">true</code> makes the search case-sensitive.</p>
</td>
</tr>
<tr>
<td>hide_results_on_select</td>
<td>true</td>
<td>
<p>By default Chosen's results are hidden after a option is selected. Setting this option to <code class="language-javascript">false</code> will keep the results open after selection. This only applies to multiple selects.</p>
<p>By default, Chosen's results are hidden after a option is selected. Setting this option to <code class="language-javascript">false</code> will keep the results open after selection. This only applies to multiple selects.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 4ae9a6f

Please sign in to comment.