Skip to content

Commit b1e2b38

Browse files
committed
Typo; it's late
1 parent e80b6f2 commit b1e2b38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h3 id="custom">Customize your button</h3>
241241
data-button="subscribe"
242242
data-name="My product"
243243
data-amount="1.00"
244-
data-recurrences="1"
244+
data-recurrence="1"
245245
data-period="M"
246246
&gt;&lt;/script&gt;</code></pre>
247247

@@ -271,7 +271,7 @@ <h3 id="custom">Customize your button</h3>
271271
<div class="control-group">
272272
<label class="control-label" for="buyNowNumberOfPeriods">Recurrences</label>
273273
<div class="controls">
274-
<input type="text" id="buyNowNumberOfPeriods" name="recurrences" value="" autocomplete="off" />
274+
<input type="text" id="buyNowNumberOfPeriods" name="recurrence" value="" autocomplete="off" />
275275
</div>
276276
</div>
277277
<div class="control-group">

0 commit comments

Comments
 (0)