From 10ef19dbd17eb4341e1a4e69a79b52f6e575b310 Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Sat, 30 May 2026 16:07:36 +0300 Subject: [PATCH] [fix] reword toggle-list event description - use "a user toggles" wording for consistency - align whats_new entry with event short description --- docs/api/events/toggle-list.md | 2 +- docs/news/whats_new.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/events/toggle-list.md b/docs/api/events/toggle-list.md index cc21788..483d30f 100644 --- a/docs/api/events/toggle-list.md +++ b/docs/api/events/toggle-list.md @@ -8,7 +8,7 @@ description: You can learn about the toggle-list event in the documentation of t ### Description -@short: Fires when the user toggles a list on the selected blocks +@short: Fires when a user toggles a list on the selected blocks The `toggle-list` event powers the context-aware bulleted/numbered list buttons. Instead of inserting a new list, the event inspects the current selection and picks one of four behaviors automatically: diff --git a/docs/news/whats_new.md b/docs/news/whats_new.md index 987a54c..635edd4 100644 --- a/docs/news/whats_new.md +++ b/docs/news/whats_new.md @@ -18,7 +18,7 @@ Released on May 28, 2026 #### New events -- [`toggle-list`](api/events/toggle-list.md) — Fires when toggling a list on the selected blocks +- [`toggle-list`](api/events/toggle-list.md) — Fires when a user toggles a list on the selected blocks ### Fixes