From 334147a2fbeaed62b9c213af7b1b0f8d957391f7 Mon Sep 17 00:00:00 2001
From: Raphael Fiedler <Raphty@users.noreply.github.com>
Date: Fri, 13 Sep 2024 06:31:52 +0000
Subject: [PATCH] fix typo anNually

---
 pricing/index.html | 2 +-
 spn/index.html     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pricing/index.html b/pricing/index.html
index 58fb2b9..214ee87 100644
--- a/pricing/index.html
+++ b/pricing/index.html
@@ -30,7 +30,7 @@ title: Safing Portmaster - Pricing
                   <div class="content-one">
                       <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;">
                           {% include pricing_card_free.html unique_id="1" %}
-                          {% include pricing_card_supporter.html price="4" interval="Month (billed anually)" plan_id="9" %}
+                          {% include pricing_card_supporter.html price="4" interval="Month (billed annually)" plan_id="9" %}
                           {% include pricing_card_unlimited.html price="9.90" interval="Month" plan_id="1" %}
                       </div>
                   </div>
diff --git a/spn/index.html b/spn/index.html
index 7ef6c83..d94a5c0 100644
--- a/spn/index.html
+++ b/spn/index.html
@@ -135,7 +135,7 @@ layout: page
                     <div class="content-one">
                         <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;">
                             {% include pricing_card_free.html unique_id="1" %}
-                            {% include pricing_card_supporter.html price="4" interval="Month (billed anually)" plan_id="9" %}
+                            {% include pricing_card_supporter.html price="4" interval="Month (billed annually)" plan_id="9" %}
                             {% include pricing_card_unlimited.html price="9.90" interval="Month" plan_id="1" %}
                         </div>
                     </div>