Skip to content

Commit e824a1b

Browse files
authored
Fixed typo (#46)
1 parent 9f33ad4 commit e824a1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/frontend/assets/js/website_feature_table.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ function AddRow(tbody, featureName, featureShortName) {
728728
if (!featureName.startsWith("Table"))
729729
AddTooltipForTable(featureHeader, featureName, { alignOutsideVertical: true });
730730
else if (featureName == "TableMarketShare")
731-
AddTooltipForTable(featureHeader, "Market share in the Steam Hardware Survey among DirectX 12 System. This is an underestimate and may not be very accurate in genearl.", { alignOutsideVertical: true });
731+
AddTooltipForTable(featureHeader, "Market share in the Steam Hardware Survey among DirectX 12 System. This is an underestimate and may not be very accurate in general.", { alignOutsideVertical: true });
732732

733733
featureRow.appendChild(featureHeader);
734734

0 commit comments

Comments
 (0)