diff --git a/src/Parse/ParseQuery.php b/src/Parse/ParseQuery.php index 20c23d3d..c024aaf6 100755 --- a/src/Parse/ParseQuery.php +++ b/src/Parse/ParseQuery.php @@ -983,7 +983,7 @@ public function doesNotMatchQuery($key, $query) * Add a constraint that requires that a key's value matches a value in an * object returned by the given query. * - * @param string $key The key that contains teh value that is being + * @param string $key The key that contains the value that is being * matched. * @param string $queryKey The key in objects returned by the query to * match against.