Skip to content

Commit 334147a

Browse files
committed
fix typo anNually
1 parent bfd66e5 commit 334147a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pricing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 class="header-two-top-title" style="margin-top: 0.3rem;">
3030
<div class="content-one">
3131
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
3232
{% include pricing_card_free.html unique_id="1" %}
33-
{% include pricing_card_supporter.html price="4" interval="Month (billed anually)" plan_id="9" %}
33+
{% include pricing_card_supporter.html price="4" interval="Month (billed annually)" plan_id="9" %}
3434
{% include pricing_card_unlimited.html price="9.90" interval="Month" plan_id="1" %}
3535
</div>
3636
</div>

spn/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h2 class="showcase-two-top-title" id="feature-comparison-chart" style="max-widt
135135
<div class="content-one">
136136
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
137137
{% include pricing_card_free.html unique_id="1" %}
138-
{% include pricing_card_supporter.html price="4" interval="Month (billed anually)" plan_id="9" %}
138+
{% include pricing_card_supporter.html price="4" interval="Month (billed annually)" plan_id="9" %}
139139
{% include pricing_card_unlimited.html price="9.90" interval="Month" plan_id="1" %}
140140
</div>
141141
</div>

0 commit comments

Comments
 (0)