Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit f577c01

Browse files
authored
fix: correct typo for text-transform value (#2858)
math-auo -> math-auto
1 parent aac497b commit f577c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-examples/css-examples/text/text-transform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</div>
4343

4444
<div class="example-choice">
45-
<pre><code class="language-css">text-transform: math-auo;</code></pre>
45+
<pre><code class="language-css">text-transform: math-auto;</code></pre>
4646
<button type="button" class="copy hidden" aria-hidden="true">
4747
<span class="visually-hidden">Copy to Clipboard</span>
4848
</button>

0 commit comments

Comments
 (0)