Skip to content

Commit 501cfed

Browse files
author
Cathy Siller
committed
fix(hx-error): fix error message to error text
1 parent d4c07f5 commit 501cfed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/components/typography/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ <h2 id="code-block">Code Block</h2>
279279
</div>
280280
</section>
281281

282-
<section><!-- Error Message -->
283-
<h2 id="error-message">Error Message</h2>
282+
<section><!-- Error Text -->
283+
<h2 id="error-text">Error Text</h2>
284284
<p>
285285
<small>Added: v0.4.0</small>
286286
</p>

docs/components/typography/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</section>
1313

1414
<section>
15-
<h2>Error Message</h2>
15+
<h2>Error Text</h2>
1616
<div data-dom-diff="hxError-with-dom-line-breaks">
1717
<hx-error>
1818
Line Breaks

0 commit comments

Comments
 (0)