Skip to content

Commit

Permalink
Correct a small typo in the comment (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
glebkema authored and vvasilev- committed Jan 16, 2020
1 parent 2f8d5f1 commit bf7c100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Helper/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ public static function expand_compacted_input( $input ) {
* @return array
*/
public static function get_valid_options( $input, $options ) {
// enfore comparison to be string so we do not get unexpected matches
// enforce comparison to be string so we do not get unexpected matches
// for cases such as "string without any numbers" == 0
// in array_search()
$search_options = array_map( 'strval', $options );
Expand Down

0 comments on commit bf7c100

Please sign in to comment.