Skip to content

Commit 6f6d4dc

Browse files
committed
[css-typed-om] Fix typos in property list.
1 parent 81cc62a commit 6f6d4dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-typed-om/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3118,7 +3118,7 @@ List of CSS properties to their {{CSSStyleValue}} normalization {#property-stle-
31183118
<tr>
31193119
<td>display</td>
31203120
<td>CSSKeywordValue</td>
3121-
<td>CSSKeywordValu</td>
3121+
<td>CSSKeywordValue</td>
31223122
</tr>
31233123
<tr>
31243124
<td>margin-top</td>
@@ -3286,7 +3286,7 @@ List of CSS properties to their {{CSSStyleValue}} normalization {#property-stle-
32863286
<td>CSSNumericValue, CSSKeywordValue</td>
32873287
</tr>
32883288
<tr>
3289-
<td>whitespace</td>
3289+
<td>white-space</td>
32903290
<td>CSSKeywordValue</td>
32913291
<td>CSSKeywordValue</td>
32923292
</tr>
@@ -3381,7 +3381,7 @@ List of CSS properties to their {{CSSStyleValue}} normalization {#property-stle-
33813381
<td>CSSNumericValue</td>
33823382
</tr>
33833383
<tr>
3384-
<td>backround-repeat</td>
3384+
<td>background-repeat</td>
33853385
<td>CSSKeywordValue</td>
33863386
<td>CSSKeywordValue</td>
33873387
</tr>

0 commit comments

Comments
 (0)