Skip to content

Commit 9ee1b18

Browse files
committed
[css-variables] typo
1 parent 93ab489 commit 9ee1b18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-variables/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ <h4 id=serializing-custom-props><span class=secno>4.1.1. </span>
765765
<p> Custom property names must be serialized with the casing as provided by
766766
the author.
767767

768-
<p class=note> Ordinarily, property name are restricted to the ASCII range
768+
<p class=note> Ordinarily, property names are restricted to the ASCII range
769769
and are case-insensitive, so implementations typically serialize the name
770770
lowercased.
771771

css-variables/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ <h4 id='serializing-custom-props'>
562562
Custom property names must be serialized with the casing as provided by the author.
563563

564564
<p class='note'>
565-
Ordinarily, property name are restricted to the ASCII range and are case-insensitive,
565+
Ordinarily, property names are restricted to the ASCII range and are case-insensitive,
566566
so implementations typically serialize the name lowercased.
567567

568568
<h3 id='the-cssvariablesdeclaration-interface'>

0 commit comments

Comments
 (0)