From 60e393bf4aaf883b47b850d8ba597499315750c2 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sun, 1 Jun 2025 21:06:33 +0200 Subject: [PATCH] fix: copy text --- .pugrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pugrc b/.pugrc index 7b259d4..284ec8f 100644 --- a/.pugrc +++ b/.pugrc @@ -11,7 +11,7 @@ }, "sections": { "disclosure": { - "title": "🎯 Progressive Disclosure Patterns", + "title": "🎯 Details/Summary Patterns", "js_title": "JavaScript-Dependent Implementation", "js_badge": "COMPLEX", "js_warning": "Implementation Overhead: Manual ARIA state management, keyboard event handling, focus management, and screen reader compatibility.",