Skip to content

Commit f48df6f

Browse files
committed
Merge pull request select2#2153 from 2color/patch-1
Fix a typo in the docs.
2 parents 3cc3e6a + 660643a commit f48df6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ the specific language governing permissions and limitations under the Apache Lic
473473
*
474474
* If the array form is used it is assumed that it contains objects with 'id' and 'text' keys.
475475
*
476-
* If the object form is used ti is assumed that it contains 'data' and 'text' keys. The 'data' key should contain
476+
* If the object form is used it is assumed that it contains 'data' and 'text' keys. The 'data' key should contain
477477
* an array of objects that will be used as choices. These objects must contain at least an 'id' key. The 'text'
478478
* key can either be a String in which case it is expected that each element in the 'data' array has a key with the
479479
* value of 'text' which will be used to match choices. Alternatively, text can be a function(item) that can extract

0 commit comments

Comments
 (0)