From 3d50b745b7d1091f6bb09e45051f9c6bf0bab69e Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Wed, 11 Apr 2018 09:42:15 -0700 Subject: [PATCH] doc typo --- src/Parse/ParseQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.