From 6dbfd7903f3aff07e298f6893499b490870bdac8 Mon Sep 17 00:00:00 2001 From: Mil4n0r Date: Thu, 25 Jan 2024 15:02:06 +0100 Subject: [PATCH] Fixed typo in 'analyze' --- .../components/resultset-table/ResultsetTablePageLayout.tsx | 2 +- website/screens/components/table/TablePageLayout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.