From a1cab4ca7d040a553b25122aacaf33f5c0068358 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 22 May 2021 21:22:15 +0200 Subject: [PATCH] Fixed typos --- docs/async-api/async-api.json | 2 +- docs/swagger/definitions/Visit.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/async-api/async-api.json b/docs/async-api/async-api.json index b1313d1e..0b546377 100644 --- a/docs/async-api/async-api.json +++ b/docs/async-api/async-api.json @@ -193,7 +193,7 @@ }, "potentialBot": { "type": "boolean", - "description": "Tells if Shlink thinks this visits comes potentially from a bot or crawler" + "description": "Tells if Shlink thinks this visit comes potentially from a bot or crawler" } }, "example": { diff --git a/docs/swagger/definitions/Visit.json b/docs/swagger/definitions/Visit.json index ad5fd97b..ecb6b9f9 100644 --- a/docs/swagger/definitions/Visit.json +++ b/docs/swagger/definitions/Visit.json @@ -20,7 +20,7 @@ }, "potentialBot": { "type": "boolean", - "description": "Tells if Shlink thinks this visits comes potentially from a bot or crawler" + "description": "Tells if Shlink thinks this visit comes potentially from a bot or crawler" } } }