From 0c4ccf4e3e697122566ee8062122272f8727240e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 22:38:35 -0400 Subject: [PATCH] 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