Skip to content

Commit 6960066

Browse files
committed
Fix typos in docs
1 parent 563198a commit 6960066

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/_includes/examples/themes-templating-responsive-design.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2 id="responsive">Responsive design - Percent width</h2>
9797

9898
<div class="alert alert-warning">
9999
Select2 will do its best to resolve the percent width specified via a
100-
css class, but it is not always possible. The best way to ensure that
100+
CSS class, but it is not always possible. The best way to ensure that
101101
Select2 is using a percent based width is to inline the
102102
<code>style</code> declaration into the tag.
103103
</div>

docs/_includes/options/core/options.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3 id="setting-default-options">
3636

3737
<p>
3838
When setting options globally, any past defaults that have been set will
39-
be overriden. Default options are only used when an option is requested
39+
be overridden. Default options are only used when an option is requested
4040
that has not been set during initialization.
4141
</p>
4242

@@ -77,4 +77,4 @@ <h3>
7777
{% highlight js linenos %}
7878
$.fn.select2.defaults.reset();
7979
{% endhighlight %}
80-
</section>
80+
</section>

docs/_includes/options/data/ajax.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3>
9898
</h3>
9999

100100
<p>
101-
By default, Select2 will send the query term as well as the pagination data as query parameters in requests. You can override the data that is sent to your API, or change any of the query paramters, by overriding the <code>ajax.data</codE> option.
101+
By default, Select2 will send the query term as well as the pagination data as query parameters in requests. You can override the data that is sent to your API, or change any of the query parameters, by overriding the <code>ajax.data</codE> option.
102102
</p>
103103

104104
{% highlight js linenos %}

docs/_includes/options/data/array.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3>
8686
Because Select2 falls back to an <code>&lt;optgroup&gt;</code> when
8787
creating nested options, only
8888
<a href="#how-many-levels-of-nesting-can-there-be">a single level of nesting</a>
89-
is supported. Any additional levels of nesting is not guarenteed to be
89+
is supported. Any additional levels of nesting is not guaranteed to be
9090
displayed properly across all browsers and devices.
9191
</p>
9292

@@ -147,4 +147,4 @@ <h3>
147147
return obj;
148148
});
149149
{% endhighlight %}
150-
</section>
150+
</section>

docs/_includes/options/events/internal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ <h2 id="events-internal">
44
</h2>
55

66
<p>
7-
Select2 has an internal event system that works independently of the DOM event system. This internal event system is only accesssible from plugins and adapters that are connected to Select2.
7+
Select2 has an internal event system that works independently of the DOM event system. This internal event system is only accessible from plugins and adapters that are connected to Select2.
88
</p>
9-
</section>
9+
</section>

docs/_includes/options/selections/placeholder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h3>
1818
</h3>
1919

2020
<p>
21-
This usually means that you do not have a blank <code>&lt;option&gt;&lt/option&gt;</code> as the first option in your <code>&lt;select&gt;</code>.
21+
This usually means that you do not have a blank <code>&lt;option&gt;&lt;/option&gt;</code> as the first option in your <code>&lt;select&gt;</code>.
2222
</p>
2323

2424
<p>
@@ -71,7 +71,7 @@ <h3>
7171
{% endhighlight %}
7272

7373
<p>
74-
<strong>When multiple selections are allowed</strong>, the placeholder will be displayed using the <code>placeholder</code> attribute on the search box. You can cusotmize the display of this placholder using CSS, as explained in the following Stack Overflow answer: <a href="http://stackoverflow.com/q/2610497/359284">Change an input's HTML5 placeholder color with CSS</a>
74+
<strong>When multiple selections are allowed</strong>, the placeholder will be displayed using the <code>placeholder</code> attribute on the search box. You can customize the display of this placeholder using CSS, as explained in the following Stack Overflow answer: <a href="http://stackoverflow.com/q/2610497/359284">Change an input's HTML5 placeholder color with CSS</a>
7575
</p>
7676

7777
<h3>

0 commit comments

Comments
 (0)