diff --git a/src/Services/ApplicationService.php b/src/Services/ApplicationService.php index c380a1a..6edefc1 100644 --- a/src/Services/ApplicationService.php +++ b/src/Services/ApplicationService.php @@ -133,7 +133,7 @@ public function hasRequiredValue($postVars, $keys) * This fixes an issue where the Greenhouse API returns required multiselects as but we require * the user to submit it as , thus making the system think the required field is not set. This * checks that either or 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.