diff --git a/docs/ChangeLog/20250831/pr25439.md b/docs/ChangeLog/20250831/pr25439.md index a371693fe35..16fe72f2ac3 100644 --- a/docs/ChangeLog/20250831/pr25439.md +++ b/docs/ChangeLog/20250831/pr25439.md @@ -20,7 +20,7 @@ const tap_dance_action_t tap_dance_actions[] PROGMEM = { ## New syntax for `ACTION_TAP_DANCE_DOUBLE` -`ACTION_TAP_DANCE_DOUBLE` no longer accepts two keycode literals, now it needs a variable containing the key code pair. +`ACTION_TAP_DANCE_DOUBLE` no longer accepts two keycode literals, now it needs a variable containing the key code pair. Change from ```c