From 9e0e384d46460808e69ed58a61ea1ebb330a32df Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 22:30:10 -0400 Subject: [PATCH 1/8] spelling: campaign Signed-off-by: Josh Soref --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe469f58..3fec6ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1254,7 +1254,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this Endpoints and commands which create short URLs support providing the `domain` now (via query param or CLI flag). If not provided, the short URLs will still be "attached" to the default domain. - Custom slugs can be created on multiple domains, allowing to share links like `https://doma.in/my-compaign` and `https://example.com/my-campaign`, under the same shlink instance. + Custom slugs can be created on multiple domains, allowing to share links like `https://doma.in/my-campaign` and `https://example.com/my-campaign`, under the same shlink instance. When resolving a short URL to redirect end users, the following rules are applied: From aa356ad7c7bb796c392dd40013d81f5a6aba1ba4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 23:36:31 -0400 Subject: [PATCH 2/8] spelling: github Signed-off-by: Josh Soref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 722e371e..1fe3b89c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ In order to run Shlink, you will need a built version of the project. There are > **Note** > - > This is the process used when releasing new Shlink versions. After tagging the new version with git, the Github release is automatically created by a [GitHub workflow](https://github.com/shlinkio/shlink/actions?query=workflow%3A%22Publish+release%22), attaching the generated dist file to it. + > This is the process used when releasing new Shlink versions. After tagging the new version with git, the GitHub release is automatically created by a [GitHub workflow](https://github.com/shlinkio/shlink/actions?query=workflow%3A%22Publish+release%22), attaching the generated dist file to it. ### Configure From a0e79bf446ace8cbb0cee804a6e224ab9dd96241 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 22:38:36 -0400 Subject: [PATCH 3/8] spelling: microsoft Signed-off-by: Josh Soref --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 57ff443a..be6a018c 100644 --- a/composer.json +++ b/composer.json @@ -176,7 +176,7 @@ "test:db:mysql": "Runs database test suites on a MySQL database", "test:db:maria": "Runs database test suites on a MariaDB database", "test:db:postgres": "Runs database test suites on a PostgreSQL database", - "test:db:ms": "Runs database test suites on a Miscrosoft SQL Server database", + "test:db:ms": "Runs database test suites on a Microsoft SQL Server database", "test:api": "Runs API test suites", "test:api:ci": "Runs API test suites, and generates code coverage reports", "infect:ci": "Checks unit and db tests quality applying mutation testing with existing reports and logs", From 0c4ccf4e3e697122566ee8062122272f8727240e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 22:38:35 -0400 Subject: [PATCH 4/8] spelling: middleware Signed-off-by: Josh Soref --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fec6ab2..b155d2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1504,7 +1504,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this ### Fixed * [#309](https://github.com/shlinkio/shlink/issues/309) Added missing favicon to prevent 404 errors logged when an error page is loaded in a browser. -* [#310](https://github.com/shlinkio/shlink/issues/310) Fixed execution context not being properly detected, making `CloseDbConnectionMiddlware` to be always piped. Now the check is not even made, which simplifies everything. +* [#310](https://github.com/shlinkio/shlink/issues/310) Fixed execution context not being properly detected, making `CloseDbConnectionMiddleware` to be always piped. Now the check is not even made, which simplifies everything. ## [1.15.0] - 2018-12-02 From 0fc09e6dd3d94fcb275d381746b1d975c3081de7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 22:38:36 -0400 Subject: [PATCH 5/8] spelling: monolog Signed-off-by: Josh Soref --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b155d2bd..10cbd0c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1569,7 +1569,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this ### Changed * [#241](https://github.com/shlinkio/shlink/issues/241) Fixed columns in `visit_locations` table, to be snake_case instead of camelCase. -* [#228](https://github.com/shlinkio/shlink/issues/228) Updated how exceptions are serialized into logs, by using monlog's `PsrLogMessageProcessor`. +* [#228](https://github.com/shlinkio/shlink/issues/228) Updated how exceptions are serialized into logs, by using monolog's `PsrLogMessageProcessor`. * [#225](https://github.com/shlinkio/shlink/issues/225) Performance and maintainability slightly improved by enforcing via code sniffer that all global namespace classes, functions and constants are explicitly imported. * [#196](https://github.com/shlinkio/shlink/issues/196) Reduced anemic model in entities, defining more expressive public APIs instead. * [#249](https://github.com/shlinkio/shlink/issues/249) Added [functional-php](https://github.com/lstrojny/functional-php) to ease collections handling. From 60f5deb494446677327bfc0f096f6f89fefad2ac Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 22:38:37 -0400 Subject: [PATCH 6/8] 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", From 8b65be26a6ea988ea363bb64b8598db9a6d8f8cd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 23:36:21 -0400 Subject: [PATCH 7/8] spelling: the Signed-off-by: Josh Soref --- docs/swagger/paths/{shortCode}_qr-code.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swagger/paths/{shortCode}_qr-code.json b/docs/swagger/paths/{shortCode}_qr-code.json index 104860eb..dd5c8b8a 100644 --- a/docs/swagger/paths/{shortCode}_qr-code.json +++ b/docs/swagger/paths/{shortCode}_qr-code.json @@ -53,7 +53,7 @@ { "name": "errorCorrection", "in": "query", - "description": "The error correction level to apply to the the QR code: **[L]**ow, **[M]**edium, **[Q]**uartile or **[H]**igh. See [docs](https://www.qrcode.com/en/about/error_correction.html).", + "description": "The error correction level to apply to the QR code: **[L]**ow, **[M]**edium, **[Q]**uartile or **[H]**igh. See [docs](https://www.qrcode.com/en/about/error_correction.html).", "required": false, "schema": { "type": "string", From 7142295aa5ec5e71bef804f53b5e17e9db98635d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 22:38:37 -0400 Subject: [PATCH 8/8] spelling: urls Signed-off-by: Josh Soref --- CHANGELOG.md | 2 +- docs/swagger/paths/v1_short-urls_{shortCode}.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } } }