diff --git a/website/screens/components/resultset-table/ResultsetTablePageLayout.tsx b/website/screens/components/resultset-table/ResultsetTablePageLayout.tsx
index 4c23736058..b58285d26e 100644
--- a/website/screens/components/resultset-table/ResultsetTablePageLayout.tsx
+++ b/website/screens/components/resultset-table/ResultsetTablePageLayout.tsx
@@ -27,7 +27,7 @@ const ResultsetTablePageHeading = ({
applications. It allows to show the user a big amount of information
in a simple and simplified way. All the information contained in the
table has a grid structure, defining columns and rows to place the
- data and allow the users to scan, analazy, compare and filter that
+ data and allow the users to scan, analyze, compare and filter that
information.
diff --git a/website/screens/components/table/TablePageLayout.tsx b/website/screens/components/table/TablePageLayout.tsx
index 81488a0746..d44ae6f898 100644
--- a/website/screens/components/table/TablePageLayout.tsx
+++ b/website/screens/components/table/TablePageLayout.tsx
@@ -20,7 +20,7 @@ const TablePageHeading = ({ children }: { children: React.ReactNode }) => {
applications. It allows to show the user a big amount of information
in a simple and simplified way. All the information contained in the
table has a grid structure, defining columns and rows to place the
- data and allow the users to scan, analazy, compare and filter that
+ data and allow the users to scan, analyze, compare and filter that
information.