Skip to content

Commit

Permalink
fixed typo in multi-select option type
Browse files Browse the repository at this point in the history
  • Loading branch information
llemurya committed Jan 18, 2016
1 parent 36a0e0c commit e909e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/built-in-option-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Select multiple choices from different sources: posts, taxonomies, users or a cu
* Set the number of posts/users/taxonomies that multi-select will be prepopulated
* Or set the value to false in order to disable this functionality.
*/
'prepopulation' => 10,
'prepopulate' => 10,
/**
* An array with the available choices
* Used only when 'population' => 'array'
Expand Down

0 comments on commit e909e3d

Please sign in to comment.