From 660643ae87b45ec619e2aac59a4f5156b6c70b93 Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Fri, 28 Feb 2014 11:21:53 +0100 Subject: [PATCH] Fix a typo in the docs. --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index ec8af72c..b455439e 100644 --- a/select2.js +++ b/select2.js @@ -473,7 +473,7 @@ the specific language governing permissions and limitations under the Apache Lic * * If the array form is used it is assumed that it contains objects with 'id' and 'text' keys. * - * If the object form is used ti is assumed that it contains 'data' and 'text' keys. The 'data' key should contain + * If the object form is used it is assumed that it contains 'data' and 'text' keys. The 'data' key should contain * an array of objects that will be used as choices. These objects must contain at least an 'id' key. The 'text' * key can either be a String in which case it is expected that each element in the 'data' array has a key with the * value of 'text' which will be used to match choices. Alternatively, text can be a function(item) that can extract