Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdphillipsjr committed Aug 30, 2017
1 parent 63064f4 commit e3129e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ApplicationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function hasRequiredValue($postVars, $keys)
* This fixes an issue where the Greenhouse API returns required multiselects as <field[]> but we require
* the user to submit it as <field>, thus making the system think the required field is not set. This
* checks that either <field> or <field[]> is set, in order to work correctly but also be backward
* compatable in case external systems have already correct for it.
* compatable in case external systems have already corrected for it.
*
* @params Array $key The key to check for in $postVars
* @params Array $postVars Greenhouse post parameters.
Expand Down

0 comments on commit e3129e9

Please sign in to comment.