@@ -149,7 +149,7 @@ <h2 id="hidden-input">No more hidden input tags</h2>
149149 options, and support for the old
150150 < code > <input type="hidden" /></ code > has been deprecated. This means
151151 that if you previously declared an AJAX field with some pre-selected
152- options that looked like...
152+ options that looked like…
153153 </ p >
154154
155155< pre class ="prettyprint linenums ">
@@ -207,7 +207,7 @@ <h2 id="new-matcher">Advanced matching of searches</h2>
207207
208208 < p >
209209 So if your old code used a matcher that only displayed options if they
210- started with the term that was entered, it would look something like...
210+ started with the term that was entered, it would look something like…
211211 </ p >
212212
213213< pre class ="prettyprint linenums ">
@@ -277,7 +277,7 @@ <h2 id="flexible-placeholders">More flexible placeholders</h2>
277277
278278 < p >
279279 For a select that looks like the following, where the first option (with a
280- value of < code > -1</ code > ) is the placeholder option...
280+ value of < code > -1</ code > ) is the placeholder option…
281281 </ p >
282282
283283< pre class ="prettyprint linenums ">
@@ -679,15 +679,15 @@ <h3 id="changed-data">
679679 </ p >
680680
681681 < p >
682- If you previously declared the list of tags as...
682+ If you previously declared the list of tags as…
683683 </ p >
684684
685685< pre class ="prettyprint linenums ">
686686<select data-select2-tags="[{id: '1', text: 'One', id: '2', text: 'Two'}]"></select>
687687</ pre >
688688
689689 < p >
690- ... then you should now delare it as...
690+ … then you should now declare it as…
691691 </ p >
692692
693693< pre class ="prettyprint linenums ">
0 commit comments