Skip to content

Commit e671a58

Browse files
committed
Fix typo.
1 parent 1d38357 commit e671a58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cssom/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@ <h3 id="css-declaration-blocks"><span class="secno">6.5 </span>CSS Declaration B
18851885

18861886
<p class="note">The serialization of an empty CSS declaration block is the empty string.</p>
18871887

1888-
<p class="note">The serialization of an non-empty CSS declaration block does not include any surrounding whitespace, i.e., no whitepsace appears
1888+
<p class="note">The serialization of a non-empty CSS declaration block does not include any surrounding whitespace, i.e., no whitepsace appears
18891889
before the first property name and no whitespace appears after the final semicolon delimiter that follows the last property value.</p>
18901890

18911891
<!-- ........................................................................................................................ -->

cssom/cssom-source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@
14891489

14901490
<p class="note">The serialization of an empty CSS declaration block is the empty string.</p>
14911491

1492-
<p class="note">The serialization of an non-empty CSS declaration block does not include any surrounding whitespace, i.e., no whitepsace appears
1492+
<p class="note">The serialization of a non-empty CSS declaration block does not include any surrounding whitespace, i.e., no whitepsace appears
14931493
before the first property name and no whitespace appears after the final semicolon delimiter that follows the last property value.</p>
14941494

14951495
<!-- ........................................................................................................................ -->

0 commit comments

Comments
 (0)