浏览代码

Correct typo in "options" page

Correct a typo in the "options" page, "Data Adapters" section, "Do the
id properties have to be strings?" part.
">select<" to "<select>"
Anas Shekhamis 9 年之前
父节点
当前提交
ffe780db53
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/_includes/options/data/array.html

+ 1 - 1
docs/_includes/options/data/array.html

@@ -38,7 +38,7 @@ $('select').select2({
   </h3>
 
   <p>
-    Because the <code>value</code> attributes on a <code>&gt;select&lt;</code>
+    Because the <code>value</code> attributes on a <code>&lt;select&gt;</code>
     tag must be strings, the <code>id</code> property on the data objects must
     also be strings. Select2 will attempt to convert anything that is not a
     string to a string, which will work for most situations, but it is