Quellcode durchsuchen

Merge pull request #3454 from stretch4x4/3326-MaximumSelection-documentation

#3326 Maximum selection example
Kevin Brown vor 10 Jahren
Ursprung
Commit
599de5bdaf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/_includes/examples/multiple-max.html

+ 1 - 1
docs/_includes/examples/multiple-max.html

@@ -7,7 +7,7 @@
   <p>
   <p>
     Select2 multi-value select boxes can set restrictions regarding the
     Select2 multi-value select boxes can set restrictions regarding the
     maximum number of options selected. The select below is declared with
     maximum number of options selected. The select below is declared with
-    the <code>multiple</code> attribute with <code>maxSelectionLength</code>
+    the <code>multiple</code> attribute with <code>maximumSelectionLength</code>
     in the select2 options.
     in the select2 options.
   </p>
   </p>