Skip to content

Commit 8fc2e93

Browse files
jonathanbergerpedrofurtado
authored andcommitted
Improve language for required properties (select2#13)
The existing language is a bit awkward. This change reads more cleanly, naturally, and accurately.
1 parent 663a7d1 commit 8fc2e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pages/06.data-sources/01.formats

pages/06.data-sources/01.formats/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Select2 can render programmatically supplied data from an array or remote data s
2424
}
2525
```
2626

27-
Each object should contain, _at a minimum_, an `id` and a `text` property. Any additional parameters passed in with data objects will be included on the data objects that Select2 exposes.
27+
Select2 requires that each object contain an `id` and a `text` property. Additional parameters passed in with data objects will be included on the data objects that Select2 exposes.
2828

2929
The response object may also contain pagination data, if you would like to use the "infinite scroll" feature. This should be specified under the `pagination` key.
3030

0 commit comments

Comments
 (0)