From 6ab422f7333c88280bb7e17b5f93d2575dbd35f1 Mon Sep 17 00:00:00 2001 From: juuso-j Date: Thu, 22 Jun 2023 11:22:36 +0300 Subject: [PATCH] Fix typo --- eco_counter/specification.swagger2.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco_counter/specification.swagger2.0.yaml b/eco_counter/specification.swagger2.0.yaml index 485d109c2..8302a6194 100755 --- a/eco_counter/specification.swagger2.0.yaml +++ b/eco_counter/specification.swagger2.0.yaml @@ -252,7 +252,7 @@ paths: name: counter_type type: string - in: query - description: "The data type of the counter: A(car), B(bus), J(pedestrian) or P(bicycle). Returns stations containing data of the specifiec type." + description: "The data type of the counter: A(car), B(bus), J(pedestrian) or P(bicycle). Returns stations containing data of the specified type." name: data_type type: string responses: