diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cbd0c9..9337a3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -606,7 +606,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * *Nothing* ### Fixed -* [#979](https://github.com/shlinkio/shlink/issues/979) Added missing `itemsPerPage` query param to swagger docs for short RULs list. +* [#979](https://github.com/shlinkio/shlink/issues/979) Added missing `itemsPerPage` query param to swagger docs for short URLs list. * [#980](https://github.com/shlinkio/shlink/issues/980) Fixed value used for `Access-Control-Allow-Origin`, that could not work as expected when including an IP address. * [#947](https://github.com/shlinkio/shlink/issues/947) Fixed incorrect value returned in `Access-Control-Allow-Methods` header, which always contained all methods. diff --git a/docs/swagger/paths/v1_short-urls_{shortCode}.json b/docs/swagger/paths/v1_short-urls_{shortCode}.json index 2f7a9600..9065ff89 100644 --- a/docs/swagger/paths/v1_short-urls_{shortCode}.json +++ b/docs/swagger/paths/v1_short-urls_{shortCode}.json @@ -312,7 +312,7 @@ }, "threshold": { "type": "number", - "description": "The amount of visits currently configured as threshold to allow deleting short UYRLs or not" + "description": "The amount of visits currently configured as threshold to allow deleting short URLs or not" } } }