From 60f5deb494446677327bfc0f096f6f89fefad2ac Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 22:38:37 -0400 Subject: [PATCH] spelling: received Signed-off-by: Josh Soref --- docs/async-api/async-api.json | 2 +- docs/swagger/definitions/ShortUrl.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 82da91c5..f2b964b9 100644 --- a/docs/async-api/async-api.json +++ b/docs/async-api/async-api.json @@ -101,7 +101,7 @@ }, "visitsCount": { "type": "integer", - "description": "The number of visits that this short URL has recieved." + "description": "The number of visits that this short URL has received." }, "tags": { "type": "array", diff --git a/docs/swagger/definitions/ShortUrl.json b/docs/swagger/definitions/ShortUrl.json index a5dee481..f09e8d7b 100644 --- a/docs/swagger/definitions/ShortUrl.json +++ b/docs/swagger/definitions/ShortUrl.json @@ -33,7 +33,7 @@ }, "visitsCount": { "type": "integer", - "description": "The number of visits that this short URL has recieved." + "description": "The number of visits that this short URL has received." }, "tags": { "type": "array",