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" } } }