From bad4e45bdab142608b25d82c6a3d60c9ebfdeb49 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Mon, 31 Jul 2023 09:37:31 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4b114499..d1aab917df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * **Scripting**: Expost HTTP exceptions from scripting HTTP helpers. * **Scripting**: Propagate exceptions within async code properly. * **Scripting**: Use `application/json` instead of `text/json` for HTTP requests. -* **UI**: Fixes te redirect flow after a user logs out and logs in again. +* **UI**: Fixes the redirect flow after a user logs out and logs in again. ### Changed