diff --git a/src/index.html b/src/index.html
index 433f7d115..4fe3e5d86 100644
--- a/src/index.html
+++ b/src/index.html
@@ -45,7 +45,7 @@ menu: index
{% include cards/chart.html height=12 title="Chart title" id="chart-pie" data="pie" %}
- {% include cards/digit.html color="red" title="New fedbacks" digit="62" width="28%" %}
+ {% include cards/digit.html color="red" title="New feedback" digit="62" width="28%" %}
{% include cards/digit.html color="green" title="Today profit" digit="$652" width="84%" %}
@@ -116,4 +116,4 @@ menu: index
{% include cards/invoices.html %}
-
\ No newline at end of file
+
diff --git a/src/sample-cards.html b/src/sample-cards.html
index f7e9b7f0f..0726bc87e 100644
--- a/src/sample-cards.html
+++ b/src/sample-cards.html
@@ -139,7 +139,7 @@ menu: cards
{% include cards/client.html %}
{% include cards/digit.html %}
-
{% include cards/digit.html color="red" title="New fedbacks" digit="62" width="34%" %}
+
{% include cards/digit.html color="red" title="New feedback" digit="62" width="34%" %}
{% include cards/digit.html color="green" title="Users online" digit="76" width="32%" %}
{% include cards/digit.html color="yellow" title="Profit for this month" digit="$65,256" width="85%" %}