From 6f3b54a5c5294f7b23feb4539e24bb33c80583c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Baran?= Date: Thu, 6 Apr 2023 09:21:09 +0200 Subject: [PATCH] Update PlacesDetailsStatus.yml Removed duplicated `that` word from the documentation page. --- specification/schemas/PlacesDetailsStatus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/schemas/PlacesDetailsStatus.yml b/specification/schemas/PlacesDetailsStatus.yml index 916dfa18..450c4a0b 100644 --- a/specification/schemas/PlacesDetailsStatus.yml +++ b/specification/schemas/PlacesDetailsStatus.yml @@ -18,7 +18,7 @@ description: | Status codes returned by service. - `OK` indicating the API request was successful. - `ZERO_RESULTS` indicating that the referenced location, `place_id`, was valid but no longer refers to a valid result. This may occur if the establishment is no longer in business. - - `NOT_FOUND` indicating that that the referenced location, `place_id`, was not found in the Places database. + - `NOT_FOUND` indicating that the referenced location, `place_id`, was not found in the Places database. - `INVALID_REQUEST` indicating the API request was malformed. - `OVER_QUERY_LIMIT` indicating any of the following: - You have exceeded the QPS limits.