diff --git a/select2-latest.html b/select2-latest.html index 0fd2d654..2de4676d 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1112,7 +1112,7 @@ $(document).ready(function () {
When attached to a select
resolves the option
that should be used as the placeholder.
- Can either be a function which given the select
element should return the optoin
+ Can either be a function which given the select
element should return the option
element or a string first
to indicate that the first option should be used.
This option is useful when Select2's default of using the first option only if it has no value and no text is not suitable.