AC
diff --git a/public/js/demos/commands/typeset.js b/public/js/demos/commands/typeset.js
index 2f226e054..0eb479260 100644
--- a/public/js/demos/commands/typeset.js
+++ b/public/js/demos/commands/typeset.js
@@ -1,23 +1,23 @@
-// Typeset command demo - shows generic typography becoming intentional and hierarchical
+// Typeset command demo - shows flat, hierarchyless text becoming intentional typography
export default {
id: 'typeset',
- caption: 'Generic system fonts → Intentional type hierarchy',
+ caption: 'No type hierarchy → Clear, intentional typography',
before: `
-
Project Update
-
Q1 Design Sprint
-
The team completed the redesign of the dashboard. All components have been reviewed and approved by stakeholders.
-
Updated 2 hours ago
+
Project Update
+
Q1 Design Sprint
+
The team completed the redesign of the dashboard. All components have been reviewed and approved by stakeholders.
+
Updated 2 hours ago
`,
after: `
-
Project Update
-
Q1 Design Sprint
-
The team completed the redesign of the dashboard. All components reviewed and approved.
-
Updated 2 hours ago
+
Project Update
+
Q1 Design Sprint
+
The team completed the redesign of the dashboard. All components reviewed and approved.
+
Updated 2 hours ago
`
};