fix: typo in /demos/ <h1>

This commit is contained in:
2025-09-07 17:43:37 -05:00
parent 57e1bb8d9d
commit 5056d5f5c7

View File

@@ -6,7 +6,7 @@ stylesheet: /styles/demos.css
isLandingPage: false
---
<h1>A Preview of What's Comming!</h1>
<h1>A Preview of What's Coming!</h1>
{% for demo in demos.DEMOS %}
<article id="demo-{{ demo.id }}" class="{{ demo.id }}-demo-card" aria-labelledby="demo-title-{{ demo.id }}">
<div class="{{ demo.id }}-demo module">