Skip to content

Commit cf12730

Browse files
authored
Fix broken Link
QuantitativeValue had a typo
1 parent 46a6d2e commit cf12730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/ext/pending/issue-3572.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
“maxValue”: 7500,
5959
"unitCode": "USD"
6060
}
61-
<p>[[QuantitivateValue]] can also be used for percentage amounts. In such cases, value is used to represent the incentive’s percentage, while maxValue represents a limit (if one exists) to that incentive. The unitCode should be 'P1' and the unitText should be '%', while valueReference should be used for holding the currency type. For example, "You can claim up to 30% of the total cost of installation, up to a maximum of $7,500" would be:</p>
61+
<p>[[QuantitativeValue]] can also be used for percentage amounts. In such cases, value is used to represent the incentive’s percentage, while maxValue represents a limit (if one exists) to that incentive. The unitCode should be 'P1' and the unitText should be '%', while valueReference should be used for holding the currency type. For example, "You can claim up to 30% of the total cost of installation, up to a maximum of $7,500" would be:</p>
6262
{
6363
"@type": "QuantitativeValue",
6464
"value": 30,
@@ -319,4 +319,4 @@ Use Text for incentives that are limited based on other criteria, for example if
319319
:areaServed :domainIncludes :FinancialIncentive.
320320

321321
:validFrom :domainIncludes :FinancialIncentive.
322-
:validThrough :domainIncludes :FinancialIncentive.
322+
:validThrough :domainIncludes :FinancialIncentive.

0 commit comments

Comments
 (0)