1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Replace "..." with an ellipsis, fix a typo.

This commit is contained in:
Florian Kissling 2015-06-07 16:42:20 +02:00
parent 2b8865b3b3
commit 44c64cf6da

View File

@ -149,7 +149,7 @@ slug: announcements-4.0
options, and support for the old options, and support for the old
<code>&lt;input type="hidden" /&gt;</code> has been deprecated. This means <code>&lt;input type="hidden" /&gt;</code> has been deprecated. This means
that if you previously declared an AJAX field with some pre-selected that if you previously declared an AJAX field with some pre-selected
options that looked like... options that looked like
</p> </p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
@ -207,7 +207,7 @@ slug: announcements-4.0
<p> <p>
So if your old code used a matcher that only displayed options if they So if your old code used a matcher that only displayed options if they
started with the term that was entered, it would look something like... started with the term that was entered, it would look something like
</p> </p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
@ -277,7 +277,7 @@ $.fn.select2.amd.require(['select2/compat/matcher'], function (oldMatcher) {
<p> <p>
For a select that looks like the following, where the first option (with a For a select that looks like the following, where the first option (with a
value of <code>-1</code>) is the placeholder option... value of <code>-1</code>) is the placeholder option
</p> </p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
@ -679,7 +679,7 @@ var data = $.map([
</p> </p>
<p> <p>
If you previously declared the list of tags as... If you previously declared the list of tags as
</p> </p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
@ -687,7 +687,7 @@ var data = $.map([
</pre> </pre>
<p> <p>
...then you should now delare it as... …then you should now declare it as…
</p> </p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">