From aaa6e971a39dac637969a9c5bd71495829122519 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 11 Feb 2024 09:37:27 +0200 Subject: [PATCH] fixed changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41aa223e..fb2cdbf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Allow `HEAD` requests to the `/api/health` endpoint ([#4310](https://github.com/pocketbase/pocketbase/issues/4310)). -- Fixed the `editor` field value inside the View collection preview panel. +- Fixed the `editor` field value when visualized inside the View collection preview panel. - Manually clear all TinyMCE events on editor removal (_workaround for [tinymce#9377](https://github.com/tinymce/tinymce/issues/9377)_).