Skip to content

Commit 8bf5a33

Browse files
chore(css): Fix typo (#975)
1 parent f56fae7 commit 8bf5a33

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

css/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2389,7 +2389,7 @@
23892389
"media": "none",
23902390
"inherited": false,
23912391
"animationType": "byComputedValueType",
2392-
"percentages": "referTtoTheUsedValueOfLineHeight",
2392+
"percentages": "referToTheUsedValueOfLineHeight",
23932393
"groups": [
23942394
"CSS Inline"
23952395
],

css/properties.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"referToSVGViewportSize",
8282
"referToSVGViewportWidth",
8383
"referToSVGViewportDiagonal",
84-
"referTtoTheUsedValueOfLineHeight",
84+
"referToTheUsedValueOfLineHeight",
8585
"referToTotalPathLength",
8686
"referToWidthAndHeightOfElement",
8787
"referToWidthOfAffectedGlyph",

l10n/css.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@
15091509
"referToSVGViewportWidth": {
15101510
"en-US": "refer to the width of the current SVG viewport"
15111511
},
1512-
"referTtoTheUsedValueOfLineHeight": {
1512+
"referToTheUsedValueOfLineHeight": {
15131513
"en-US": "refer to the used value of {{cssxref(\"line-height\")}}"
15141514
},
15151515
"referToTotalPathLength": {

0 commit comments

Comments
 (0)